From 1cd840077e0cbf3491f5c8c4a15ff5ae11a71797 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Nov 2011 14:25:55 +0300 Subject: add generic feed icons to feedlist --- res/layout/feeds_row.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'res/layout/feeds_row.xml') diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index 8ef8bbac..88704a1f 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -4,13 +4,21 @@ android:orientation="horizontal" android:gravity="center_vertical" android:id="@+id/feeds_row" android:layout_width="match_parent" android:paddingBottom="4dip" android:paddingLeft="8dip" android:paddingRight="8dip" android:paddingTop="4dip"> + + + + android:text="{FEED}" android:layout_width="0dp" android:textSize="18dip"/> + android:text="{123}" android:textSize="13sp"/> \ No newline at end of file -- cgit v1.2.3