File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ <resources >
2
+
3
+ <!--
4
+ Base application theme for API 21+. This theme completely replaces
5
+ AppBaseTheme from BOTH res/values/styles.xml and
6
+ res/values-v21/styles.xml on API 21+ devices.
7
+ -->
8
+ <style name =" AppBaseTheme" parent =" android:Theme.Material" >
9
+ <!-- API 21 theme customizations can go here. -->
10
+ <item name =" android:statusBarColor" >#212121</item >
11
+ <item name =" android:navigationBarColor" >#212121</item >
12
+ </style >
13
+
14
+ </resources >
Original file line number Diff line number Diff line change
1
+ <resources >
2
+
3
+ <!--
4
+ Use a black background to avoid the transparent background when switching apps.
5
+ android:windowBackgroundFallback is supposed to do this, but it wasn't working for
6
+ me as of Android 7.1
7
+ -->
8
+ <style name =" StreamBaseTheme" parent =" AppBaseTheme" >
9
+ <item name =" android:windowBackground" >@android:color/black</item >
10
+ </style >
11
+
12
+ </resources >
Original file line number Diff line number Diff line change
1
+ <resources >
2
+ <style name =" AppBaseTheme" parent =" android:Theme.Material" >
3
+ <item name =" android:navigationBarColor" >@android:color/transparent</item >
4
+ <item name =" android:statusBarColor" >@android:color/transparent</item >
5
+ </style >
6
+ </resources >
You can’t perform that action at this time.
0 commit comments