Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created March 19, 2017 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/19491b77998149a8fbb623a2361f138b to your computer and use it in GitHub Desktop.
Save jezinka/19491b77998149a8fbb623a2361f138b to your computer and use it in GitHub Desktop.
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="4dp"
android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
tools:showIn="@layout/activity_main" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment