Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Created July 26, 2015 19:48
Show Gist options
  • Save ckdevrel/ecf1346451b676b095dc to your computer and use it in GitHub Desktop.
Save ckdevrel/ecf1346451b676b095dc to your computer and use it in GitHub Desktop.
<LinearLayout 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:orientation="vertical">
<android.support.v7.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary" />
<View
android:layout_width="match_parent"
android:layout_height="4dp"
android:background="@drawable/shadow" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment