Skip to content

Instantly share code, notes, and snippets.

@vipulshah2010
Created June 20, 2015 10:42
Show Gist options
  • Save vipulshah2010/f3fe45aff4c7fe9026d3 to your computer and use it in GitHub Desktop.
Save vipulshah2010/f3fe45aff4c7fe9026d3 to your computer and use it in GitHub Desktop.
Material Toolbar
<?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:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:elevation="8dp"
android:minHeight="?attr/actionBarSize"
app:theme="@style/ActionBarThemeOverlay" /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment