Skip to content

Instantly share code, notes, and snippets.

@dmitriy-chernysh
Created July 16, 2015 12:14
Show Gist options
  • Save dmitriy-chernysh/daf8047eef902a96647d to your computer and use it in GitHub Desktop.
Save dmitriy-chernysh/daf8047eef902a96647d to your computer and use it in GitHub Desktop.
Android toolbar layout
<?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_height="wrap_content"
android:layout_width="match_parent"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary"
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