Skip to content

Instantly share code, notes, and snippets.

@smetlov
Last active June 16, 2016 19:29
Show Gist options
  • Save smetlov/05ab1a745793193d26d31014ac61ebd2 to your computer and use it in GitHub Desktop.
Save smetlov/05ab1a745793193d26d31014ac61ebd2 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:layout_scrollFlags="scroll|enterAlways" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment