summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/values-v19/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-06 18:01:29 +0300
committerAndrew Dolgov <[email protected]>2015-02-06 18:01:29 +0300
commit685f44886208554e91f8323b81a0d8e6fee0e86f (patch)
tree080b1d9509c5e3e0768ee150cab5a192d81ced56 /org.fox.ttcomics/src/main/res/values-v19/style.xml
parente35fc03ae5609da071c904e5c83555a233676c7a (diff)
remove translucent statusbar resource
Diffstat (limited to 'org.fox.ttcomics/src/main/res/values-v19/style.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/values-v19/style.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.fox.ttcomics/src/main/res/values-v19/style.xml b/org.fox.ttcomics/src/main/res/values-v19/style.xml
index 0a821cb..1caf78d 100644
--- a/org.fox.ttcomics/src/main/res/values-v19/style.xml
+++ b/org.fox.ttcomics/src/main/res/values-v19/style.xml
@@ -1,9 +1,6 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">false</item>
- <item name="statusBarHintColor">#222222</item>
<item name="android:actionBarStyle">@style/ActionBar.Light</item>
</style>
@@ -18,14 +15,11 @@
<style name="ViewLightTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="viewComicsBackground">@android:color/transparent</item>
-
- <item name="statusBarHintColor">#222222</item>
<item name="android:actionBarStyle">@style/ActionBar.Light</item>
</style>
<style name="ViewDarkTheme" parent="Theme.AppCompat">
<item name="viewComicsBackground">@android:color/black</item>
- <item name="statusBarHintColor">@android:color/black</item>
</style>
</resources> \ No newline at end of file