summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-23 13:55:05 +0300
committerAndrew Dolgov <[email protected]>2011-11-23 13:55:05 +0300
commite0c40e5fb8b9c9ca72a5bb306593565c22e1f804 (patch)
tree2a8db7c2042b1fc0783b6e25824c0e942d430cb0 /res/layout/feeds_row.xml
parent2250b86e3b00ffd8bde4b65285ef06d2581f6a80 (diff)
implement headlines view
Diffstat (limited to 'res/layout/feeds_row.xml')
-rw-r--r--res/layout/feeds_row.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index a53e0eeb..4eb22e22 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:orientation="horizontal"
android:gravity="center_vertical"
- android:padding="3dip" android:id="@+id/feeds_row">
+ android:padding="3dip" android:id="@+id/feeds_row" android:layout_width="match_parent">
<TextView
android:id="@+id/title"
- android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:paddingLeft="6dip"
- android:text="{FEED}" android:textSize="16sp"/>
+ android:text="{FEED}" android:textSize="16sp" android:layout_width="wrap_content"/>
<TextView
android:id="@+id/unread_counter"
android:gravity="right"