summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 23:34:20 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 23:34:20 +0400
commit124f869faae3a0f75a3825e6a8e195c17f3c626a (patch)
tree4a6f120195b60673994cfd78b6d0002bd1020bea /org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml
parentbc10c74406c0e8a16c40dbfcd30a138d441dd859 (diff)
initial for idea
Diffstat (limited to 'org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml b/org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml
new file mode 100644
index 0000000..2461c15
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml
@@ -0,0 +1,36 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/FrameLayout4"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
+
+ <android.support.v4.widget.SwipeRefreshLayout
+ android:id="@+id/comics_swipe_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <ListView
+ android:id="@+id/comics_list"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layoutAnimation="@anim/layout_comics" >
+ </ListView>
+ </android.support.v4.widget.SwipeRefreshLayout>
+
+ <LinearLayout
+ android:id="@+id/no_comics"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"
+ android:orientation="vertical"
+ android:padding="4dp" >
+
+ <TextView
+ android:id="@+id/textView1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:text="@string/error_no_comic_arhives_found_" />
+ </LinearLayout>
+
+</FrameLayout> \ No newline at end of file