Better way to have dark toolbar and light theme

This commit is contained in:
Dominik Schürmann
2015-01-14 13:19:21 +01:00
parent d9e0f0a271
commit 99361bdcff
2 changed files with 3 additions and 33 deletions

View File

@@ -4,6 +4,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimaryDark"
app:theme="@style/KeychainToolbarOverflow"
app:popupTheme="@style/KeychainTheme" />
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />