summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 20:16:46 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 20:16:46 +0400
commit261c7cfbe6af44beb604b16880963d9562fb5565 (patch)
treeed13fc3dcda6d25a76548c86217513fb09edc659 /res/layout/feeds_fragment.xml
parentf976b25c1edf0bc4871cb66b1c20e8b3b5669a6d (diff)
set feeds listview selectable
Diffstat (limited to 'res/layout/feeds_fragment.xml')
-rw-r--r--res/layout/feeds_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index 54e92c6c..90bf1907 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -4,7 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<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="?feedlistBackground"
+ <ListView android:layout_weight="1"
android:layout_width="match_parent" android:id="@+id/feeds" android:layout_height="match_parent"></ListView>
</LinearLayout>
<ProgressBar android:layout_height="wrap_content"