From 732f4ea33f3d7da36e9cccc6d9cf4f82afa3680d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Oct 2013 22:40:00 +0400 Subject: fix wrong padding in feeds_row.xml --- res/layout/feeds_row_selected.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/layout/feeds_row_selected.xml') diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml index 80e28466..674e9f23 100644 --- a/res/layout/feeds_row_selected.xml +++ b/res/layout/feeds_row_selected.xml @@ -26,9 +26,9 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" - android:paddingLeft="6dip" + android:ellipsize="end" + android:paddingLeft="8dip" android:singleLine="true" - android:ellipsize="end" android:text="{FEED}" android:textColor="?feedlistSelectedTextColor" android:textSize="18dip" /> @@ -57,9 +57,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" + android:background="@null" android:paddingLeft="8dp" android:paddingRight="4dp" - android:background="@null" android:src="@drawable/ic_action_overflow" /> \ No newline at end of file -- cgit v1.2.3-54-g00ecf