summaryrefslogtreecommitdiff
path: root/res/layout
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/layout
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/layout')
-rw-r--r--res/layout/activity_view_comic.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/activity_view_comic.xml b/res/layout/activity_view_comic.xml
index 62a5e45..b20b86b 100644
--- a/res/layout/activity_view_comic.xml
+++ b/res/layout/activity_view_comic.xml
@@ -1,9 +1,10 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/FrameLayout2"
+ android:background="?attr/viewComicsBackground"
android:layout_width="match_parent"
android:layout_height="match_parent" >
-
+
<FrameLayout
android:id="@+id/comics_pager_container"
android:layout_width="match_parent"