aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res-public/values-v21/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res-public/values-v21/styles.xml')
-rw-r--r--core/src/main/res-public/values-v21/styles.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/src/main/res-public/values-v21/styles.xml b/core/src/main/res-public/values-v21/styles.xml
new file mode 100644
index 0000000..1157c37
--- /dev/null
+++ b/core/src/main/res-public/values-v21/styles.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <style name="Kau.Translucent">
+ <item name="android:windowBackground">@color/kau_shadow_overlay</item>
+ <item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowIsFloating">false</item>
+ <item name="android:windowIsTranslucent">true</item>
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowDrawsSystemBarBackgrounds">true</item>
+ </style>
+</resources> \ No newline at end of file