summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 09:35:51 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 09:35:51 +0400
commit179296966f8d7db0a31e32254ff0effd0a51bbea (patch)
tree7c48fe5bb51d55ab821ee413e69f3fadd7f11e93 /res/values/styles.xml
parent4384b802c88293568fa72e128b3b03725c6631cb (diff)
use solid black background in dark theme
add option to keep screen awake while reading add play store feature graphic bump version
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 84df662..3c19d3f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,6 +1,10 @@
<resources>
- <style name="AppTheme" parent="Theme.Sherlock.Light.DarkActionBar" />
- <style name="DarkTheme" parent="Theme.Sherlock" />
-
+ <style name="AppTheme" parent="Theme.Sherlock.Light.DarkActionBar">
+ <item name="viewComicsBackground">@android:color/transparent</item>
+ </style>
+
+ <style name="DarkTheme" parent="Theme.Sherlock">
+ <item name="viewComicsBackground">@android:color/black</item>
+ </style>
</resources> \ No newline at end of file