summaryrefslogtreecommitdiff
path: root/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 16:45:08 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 16:45:08 +0400
commit30eea4c5e4022a5630138f2d3bd36eccf8031dc4 (patch)
treed8eba6467a498b298399a0a87b2eef21e278f0e3 /res/layout/headlines_fragment.xml
parenta14e9cd14e3d9490a6c4680e54bcd7d691bf548b (diff)
implement placeholder headlinesfragment
fix reloading feedsfragment on rotate
Diffstat (limited to 'res/layout/headlines_fragment.xml')
-rw-r--r--res/layout/headlines_fragment.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml
new file mode 100644
index 00000000..05281162
--- /dev/null
+++ b/res/layout/headlines_fragment.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8" ?>
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" android:id="@+id/headlines_fragment">
+ <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
+ <ListView android:layout_weight="1" android:background="?headlinesBackground"
+ android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/headlines"></ListView>
+ </LinearLayout>
+ <ProgressBar android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:layout_gravity="center" android:id="@+id/loading_progress"/>
+ </FrameLayout>