summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml
diff options
context:
space:
mode:
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.xml34
1 files changed, 0 insertions, 34 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
deleted file mode 100644
index 7c7a8b5..0000000
--- a/org.fox.ttcomics/src/main/res/layout/fragment_comics_list.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- 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" >
- <GridView
- android:id="@+id/comics_grid"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:columnWidth="160dp"
- android:numColumns="auto_fit" >
- </GridView>
- </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" >
-
- <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_archives_found_" />
- </LinearLayout>
-
-</FrameLayout> \ No newline at end of file