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 -3
View File
@@ -6,6 +6,5 @@
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary"
android:elevation="4dp"
android:theme="@style/ThemeOverlay.AppTheme.Dark"
app:layout_scrollFlags="scroll|enterAlways|snap"
app:popupTheme="@style/AppTheme.Popup" />
android:theme="@style/AppTheme.ActionBar"
app:layout_scrollFlags="scroll|enterAlways|snap"/>