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 +++++++++++-- res/layout/feeds_row_selected.xml | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) (limited to 'res/layout') 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 diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml index a694119b..bab97849 100644 --- a/res/layout/feeds_row_selected.xml +++ b/res/layout/feeds_row_selected.xml @@ -5,13 +5,21 @@ android:background="?feedsSelectedBackground" 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