summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 15:36:58 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 15:36:58 +0400
commitcc3d05e613b9b328621269ddf5d1895701ba9e13 (patch)
tree0481295eda249dd16f042af6607935515b46ca22 /res/layout-sw600dp
parent8feb30db5acfd3c6ad5e6615f015dfb4929f1881 (diff)
add kitkat statusbar tinting
add swipetoreload
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/activity_main.xml3
-rw-r--r--res/layout-sw600dp/activity_view_comic.xml6
-rw-r--r--res/layout-sw600dp/fragment_comics_list.xml3
3 files changed, 8 insertions, 4 deletions
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" >
-
+
+
<FrameLayout
android:id="@+id/comics_list"
android:layout_width="match_parent"
diff --git a/res/layout-sw600dp/activity_view_comic.xml b/res/layout-sw600dp/activity_view_comic.xml
index b32c9d7..e6479f6 100644
--- a/res/layout-sw600dp/activity_view_comic.xml
+++ b/res/layout-sw600dp/activity_view_comic.xml
@@ -3,14 +3,16 @@
android:id="@+id/FrameLayout2"
android:layout_width="match_parent"
android:layout_height="match_parent" >
-
+
+
<FrameLayout
android:id="@+id/comics_pager_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</FrameLayout>
-
+
+
<TextView
android:id="@+id/tablet_layout_hack"
android:layout_width="wrap_content"
diff --git a/res/layout-sw600dp/fragment_comics_list.xml b/res/layout-sw600dp/fragment_comics_list.xml
index e4999c8..eaf8c90 100644
--- a/res/layout-sw600dp/fragment_comics_list.xml
+++ b/res/layout-sw600dp/fragment_comics_list.xml
@@ -3,7 +3,8 @@
android:id="@+id/FrameLayout4"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
-
+
+
<GridView
android:id="@+id/comics_grid"
android:layout_width="match_parent"