summaryrefslogtreecommitdiff
path: root/res/values-v19/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 00:11:59 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 00:11:59 +0400
commita77d00eeea212f17df05bf63a23745b2d46ba2d3 (patch)
tree3d0011b24f4d67c231d9380d9050c2233ef6b1d6 /res/values-v19/style.xml
parent88dcb055a2bb81fa226a9233d7e08fca0bdae805 (diff)
theme-related fixes
Diffstat (limited to 'res/values-v19/style.xml')
-rw-r--r--res/values-v19/style.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-v19/style.xml b/res/values-v19/style.xml
new file mode 100644
index 00000000..9bf1e68e
--- /dev/null
+++ b/res/values-v19/style.xml
@@ -0,0 +1,27 @@
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="LightTheme" parent="LightThemeBase">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:fitsSystemWindows">true</item>
+ </style>
+
+ <style name="SepiaTheme" parent="SepiaThemeBase">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:fitsSystemWindows">true</item>
+ </style>
+
+ <style name="HoloTheme" parent="HoloThemeBase">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:fitsSystemWindows">true</item>
+ </style>
+
+ <style name="DarkTheme" parent="DarkThemeBase">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">false</item>
+ <item name="android:fitsSystemWindows">true</item>
+ </style>
+
+</resources> \ No newline at end of file