Skip to content

Instantly share code, notes, and snippets.

@JohnPersano
Created October 24, 2014 01:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnPersano/2ba90d5a7667d4f528d0 to your computer and use it in GitHub Desktop.
Save JohnPersano/2ba90d5a7667d4f528d0 to your computer and use it in GitHub Desktop.
ToolBar - Theme.AppCompat.Light.NoActionBar with dark ToolBar
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:compat="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
compat:theme="?attr/actionBarStyle"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment