From cc3d05e613b9b328621269ddf5d1895701ba9e13 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Oct 2014 15:36:58 +0400 Subject: add kitkat statusbar tinting add swipetoreload --- res/layout-sw600dp/activity_main.xml | 3 ++- res/layout-sw600dp/activity_view_comic.xml | 6 ++++-- res/layout-sw600dp/fragment_comics_list.xml | 3 ++- res/layout/activity_main.xml | 3 ++- res/layout/dialog_location.xml | 4 +++- res/layout/dialog_location_compat.xml | 7 +++++-- res/layout/fragment_comics_list.xml | 19 ++++++++++++------- res/values/attrs.xml | 1 + res/values/strings.xml | 4 ++-- res/values/style.xml | 15 +++++++++++++++ res/values/styles.xml | 9 --------- 11 files changed, 48 insertions(+), 26 deletions(-) create mode 100644 res/values/style.xml delete mode 100644 res/values/styles.xml (limited to 'res') diff --git a/res/layout-sw600dp/activity_main.xml b/res/layout-sw600dp/activity_main.xml index 3e0dc88..81b302b 100644 --- a/res/layout-sw600dp/activity_main.xml +++ b/res/layout-sw600dp/activity_main.xml @@ -3,7 +3,8 @@ android:id="@+id/FrameLayout1" android:layout_width="match_parent" android:layout_height="match_parent" > - + + - + + - + + - + + - + + - + + + - + + - + + + - - + android:layout_height="match_parent" > + + + + @@ -25,7 +31,6 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:text="@string/error_no_comic_arhives_found_" /> - \ No newline at end of file diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 75347d8..9a693d4 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -1,4 +1,5 @@ + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 3d5cac4..7ef7de2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4,7 +4,7 @@ Hello world! Settings Go to - Pow! Comics Reader + Comics Reader Settings Comics directory General @@ -63,5 +63,5 @@ Sync running in test mode. Would you like to remove synced progress too? Can\'t open file: %1$s - Keep screen awake + Keep screen awake \ No newline at end of file diff --git a/res/values/style.xml b/res/values/style.xml new file mode 100644 index 0000000..a62c354 --- /dev/null +++ b/res/values/style.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml deleted file mode 100644 index 4b718f3..0000000 --- a/res/values/styles.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - -- cgit v1.2.3