12 lines
541 B
XML
12 lines
541 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<android.support.v7.widget.Toolbar android:id="@+id/toolbar"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:background="?attr/colorPrimary"
|
||
|
android:minHeight="?attr/actionBarSize"
|
||
|
android:elevation="6dp"
|
||
|
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||
|
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto" />
|