aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v21/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-v21/styles.xml')
-rw-r--r--app/src/main/res/values-v21/styles.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml
new file mode 100644
index 0000000..19d23c1
--- /dev/null
+++ b/app/src/main/res/values-v21/styles.xml
@@ -0,0 +1,8 @@
1<resources>
2 <style name="AppTheme.NoActionBar">
3 <item name="windowActionBar">false</item>
4 <item name="windowNoTitle">true</item>
5 <item name="android:windowDrawsSystemBarBackgrounds">true</item>
6 <item name="android:statusBarColor">@android:color/transparent</item>
7 </style>
8</resources>