aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_fragment_activity.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-09-09 08:38:24 -0700
committerScott Jackson <daneren2005@gmail.com>2015-09-09 08:38:24 -0700
commita3e6a41d34715b45d50c5a47d9f431140857d30d (patch)
treefd108b1d83e2f8237e96019c2db11b6fda831567 /app/src/main/res/layout/abstract_fragment_activity.xml
parent53a8678ddf44cbcbfe7e411ee434a244ffb80689 (diff)
downloaddsub-a3e6a41d34715b45d50c5a47d9f431140857d30d.tar.gz
dsub-a3e6a41d34715b45d50c5a47d9f431140857d30d.tar.bz2
dsub-a3e6a41d34715b45d50c5a47d9f431140857d30d.zip
Make colored action bar/status bar optional
Diffstat (limited to 'app/src/main/res/layout/abstract_fragment_activity.xml')
-rw-r--r--app/src/main/res/layout/abstract_fragment_activity.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/abstract_fragment_activity.xml b/app/src/main/res/layout/abstract_fragment_activity.xml
index 04e6ec81..d41b0115 100644
--- a/app/src/main/res/layout/abstract_fragment_activity.xml
+++ b/app/src/main/res/layout/abstract_fragment_activity.xml
@@ -18,9 +18,9 @@
android:id="@+id/main_toolbar"
android:layout_height="?attr/actionBarSize"
android:layout_width="match_parent"
- android:background="?attr/colorPrimary"
+ android:background="?attr/actionbarBackgroundColor"
android:elevation="4dp"
- android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ android:theme="?attr/actionbarThemeStyle"
app:popupTheme="?attr/actionbarPopupStyle"/>
<include layout="@layout/abstract_fragment_container"/>
@@ -36,7 +36,7 @@
android:id="@+id/slide_up_swipe_target"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="?attr/colorPrimary">
+ android:background="?attr/actionbarBackgroundColor">
<android.support.v7.widget.Toolbar
android:id="@+id/now_playing_toolbar"
@@ -44,7 +44,7 @@
android:layout_width="match_parent"
android:elevation="4dp"
android:visibility="gone"
- app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
+ app:theme="?attr/actionbarThemeStyle"
app:popupTheme="?attr/actionbarPopupStyle"/>
<LinearLayout