Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created January 5, 2015 23:28
Show Gist options
  • Save johnybot/d19a24cae335ac3026d1 to your computer and use it in GitHub Desktop.
Save johnybot/d19a24cae335ac3026d1 to your computer and use it in GitHub Desktop.
Toolbar
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment