Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Created July 26, 2015 19:34
Show Gist options
  • Save ckdevrel/ed09065cd80701610546 to your computer and use it in GitHub Desktop.
Save ckdevrel/ed09065cd80701610546 to your computer and use it in GitHub Desktop.
MaterialAppCompatSearchView
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/blue" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment