mihon/app/src/main/res/layout/toolbar.xml

8 lines
341 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-03-12 08:22:40 -05:00
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
2016-03-12 08:22:40 -05:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
2016-03-12 08:22:40 -05:00
android:background="?attr/colorPrimary"
android:theme="?attr/actionBarTheme"/>