summaryrefslogtreecommitdiff
path: root/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 13:01:51 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 13:01:51 +0300
commite9c02c8eca9079c57af6a9c941b50ab11259e3cd (patch)
treed0327dabdb83dbcaf5b3f2c394734c0f1dc78aed /res/layout/headlines_fragment.xml
parentd7dfd661ce86a6db4eac472a365ce0437c24ea0a (diff)
draw separate views for active/unread/normal headlines and feeds
Diffstat (limited to 'res/layout/headlines_fragment.xml')
-rw-r--r--res/layout/headlines_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml
index c5536c5c..83174697 100644
--- a/res/layout/headlines_fragment.xml
+++ b/res/layout/headlines_fragment.xml
@@ -3,7 +3,7 @@
<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">
- <ListView android:layout_height="match_parent" android:layout_width="match_parent" android:id="@+id/headlines" android:background="?headlinesBackground"></ListView>
+ <ListView android:layout_height="match_parent" android:layout_width="match_parent" android:id="@+id/headlines"></ListView>
<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>