summaryrefslogtreecommitdiff
path: root/res/layout/cats_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 20:14:50 +0300
committerAndrew Dolgov <[email protected]>2011-11-28 20:14:50 +0300
commitb150696e7912c6f1732102953e1206d5d82f7189 (patch)
tree666d73e5f700ffb0fd4bd3f310cb0e2f015ad13e /res/layout/cats_fragment.xml
parent8771803965cea6202a84b937ef27981411f6370c (diff)
implement categories for smallscreen view
Diffstat (limited to 'res/layout/cats_fragment.xml')
-rw-r--r--res/layout/cats_fragment.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/cats_fragment.xml b/res/layout/cats_fragment.xml
new file mode 100644
index 00000000..4101e5c8
--- /dev/null
+++ b/res/layout/cats_fragment.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8" ?>
+ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/cats_fragment.xml"
+ android:layout_width="match_parent"
+ android:layout_height="fill_parent" >
+
+ <LinearLayout android:id="@+id/loading_container" android:gravity="center" android:layout_height="match_parent" android:layout_width="match_parent">
+ <ProgressBar android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/loading_progress" android:layout_height="wrap_content"></ProgressBar>
+ <TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
+ </LinearLayout>
+ <ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
+
+ </FrameLayout>