From 9e96e4434f6583ef18ccafa61ce785ceffbeec1c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Nov 2011 07:40:50 +0300 Subject: feed icon scaling fixes --- res/layout/feeds_row.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'res') diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index 88704a1f..7449b79b 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -10,6 +10,11 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" + android:maxWidth="16dp" + android:adjustViewBounds="true" + android:maxHeight="16dp" + android:minHeight="16dp" + android:minWidth="16dp" android:src="@drawable/ic_rss_bw" />