Files
open-keychain/OpenKeychain/src/main/res/layout/toolbar.xml

13 lines
626 B
XML
Raw Normal View History

2015-01-13 21:55:53 +01:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
2015-01-14 14:02:51 +01:00
xmlns:tools="http://schemas.android.com/tools"
2015-01-13 21:55:53 +01:00
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
2015-01-13 21:55:53 +01:00
android:background="?attr/colorPrimaryDark"
2015-01-14 14:02:51 +01:00
android:elevation="4dp"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
2015-01-14 14:02:51 +01:00
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
tools:ignore="UnusedAttribute" />