summaryrefslogtreecommitdiff
path: root/aboutit-sample/src/main/res/layout/toolbar.xml
blob: 0df34f8067b299a8f9870f922b25555e6ca5dbb4 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/toolbar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="?attr/colorPrimary"
    android:minHeight="?attr/actionBarSize"/>