Skip to content

Instantly share code, notes, and snippets.

@AKiniyalocts
Created June 26, 2015 01:48
Show Gist options
  • Save AKiniyalocts/f2f375b1e383089af935 to your computer and use it in GitHub Desktop.
Save AKiniyalocts/f2f375b1e383089af935 to your computer and use it in GitHub Desktop.
Simple toolbar layout file
<?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="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:id="@+id/main_toolbar"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment