diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-05 15:17:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 15:17:50 -0700 |
commit | caaa5653deda0640a475d0ccad6daeb7852502f7 (patch) | |
tree | 9cafb26ac81f4b9b5879f42ba75711055d97da2a /core/src/main/res-public/values-v21 | |
parent | a2a11ff0558ffb498ce56e08af74139a4650d843 (diff) | |
download | kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.gz kau-caaa5653deda0640a475d0ccad6daeb7852502f7.tar.bz2 kau-caaa5653deda0640a475d0ccad6daeb7852502f7.zip |
Release v3.2.5 (#26)3.2.5
* Move transparent style to core
* Update version
Diffstat (limited to 'core/src/main/res-public/values-v21')
-rw-r--r-- | core/src/main/res-public/values-v21/styles.xml | 13 |
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 |