From 179296966f8d7db0a31e32254ff0effd0a51bbea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 15 Oct 2014 09:35:51 +0400 Subject: use solid black background in dark theme add option to keep screen awake while reading add play store feature graphic bump version --- res/layout/activity_view_comic.xml | 3 ++- res/values/attrs.xml | 4 ++++ res/values/strings.xml | 3 ++- res/values/styles.xml | 10 +++++++--- res/xml/preferences.xml | 5 +++++ 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 res/values/attrs.xml (limited to 'res') 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 @@ - + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index b55145f..3d5cac4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -19,7 +19,7 @@ Cancel /mnt/sdcard/Comics Reading - Use dark theme + Dark theme Open location Beginning Furthest read location @@ -63,4 +63,5 @@ Sync running in test mode. Would you like to remove synced progress too? Can\'t open file: %1$s + Keep screen awake \ No newline at end of file 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 @@ - + + \ No newline at end of file diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 6552de4..ce3b8dd 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -54,5 +54,10 @@ android:key="fit_to_width" android:title="@string/prefs_fit_to_width" /> + + \ No newline at end of file -- cgit v1.2.3