summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-24 22:40:00 +0400
committerAndrew Dolgov <[email protected]>2013-10-24 22:40:00 +0400
commit732f4ea33f3d7da36e9cccc6d9cf4f82afa3680d (patch)
treefe6cbc910d9bb5ba187f69ae23e1bb6796df89f7 /res/layout/feeds_row_selected.xml
parent040fd8fc504bd146239ae3c293613615bfc18f20 (diff)
fix wrong padding in feeds_row.xml
Diffstat (limited to 'res/layout/feeds_row_selected.xml')
-rw-r--r--res/layout/feeds_row_selected.xml6
1 files changed, 3 insertions, 3 deletions
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" />
</LinearLayout> \ No newline at end of file