summaryrefslogtreecommitdiffstats
path: root/android/experimental/LOAndroid3/res/layout/toolbar.xml
blob: d8faa51b4034f61b9287ecfb8314b020718d1c10 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<android.support.v7.widget.Toolbar
    android:id="@+id/toolbar"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:elevation="3dp">

</android.support.v7.widget.Toolbar>