Theme fixes

This commit is contained in:
inorichi
2016-01-05 13:54:00 +01:00
parent 8000d67871
commit 060da4185e
9 changed files with 40 additions and 35 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/reader_menu_background"
android:theme="@style/ThemeOverlay.AppTheme.Dark"
android:theme="@style/AppTheme.Overlay.Dark"
app:popupTheme="@style/AppTheme.Popup"
android:elevation="4dp" />
@@ -47,7 +47,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:theme="@style/ThemeOverlay.AppTheme.Dark"
android:theme="@style/AppTheme.Overlay.Dark"
/>
<TextView