aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res-public/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res-public/values/styles.xml')
-rw-r--r--core/src/main/res-public/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/main/res-public/values/styles.xml b/core/src/main/res-public/values/styles.xml
index f6f1929..bdbc84f 100644
--- a/core/src/main/res-public/values/styles.xml
+++ b/core/src/main/res-public/values/styles.xml
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<style name="Kau" parent="Theme.AppCompat.NoActionBar"/>
+
+ <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>
+ </style>
</resources>