summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 07:40:50 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 07:40:50 +0300
commit9e96e4434f6583ef18ccafa61ce785ceffbeec1c (patch)
tree75e08a50ed22bc1d602c035aee14b2a5211f5aef /res/layout/feeds_row.xml
parent02cd3703bc3f8848bf04483c785af7bab528217f (diff)
feed icon scaling fixes
Diffstat (limited to 'res/layout/feeds_row.xml')
-rw-r--r--res/layout/feeds_row.xml5
1 files changed, 5 insertions, 0 deletions
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" />
<TextView