summaryrefslogtreecommitdiff
path: root/res/values-v19/style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-v19/style.xml')
-rw-r--r--res/values-v19/style.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/res/values-v19/style.xml b/res/values-v19/style.xml
deleted file mode 100644
index 1576cc89..00000000
--- a/res/values-v19/style.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<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>
- </style>
-
- <style name="SepiaTheme" parent="SepiaThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
- <style name="HoloTheme" parent="HoloThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
- <style name="DarkTheme" parent="DarkThemeBase">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- </style>
-
-</resources> \ No newline at end of file