summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 08:30:43 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 08:30:43 +0300
commit1dc490f1e1013f088f911b13c90d2f613aaba5a2 (patch)
treea492a6ef9b32a24a1e099df545acae32efff4c86 /res/layout/feeds_row.xml
parentcebcc4928eb0963ecec21a7359099396fac64e8b (diff)
fix feedicon size
Diffstat (limited to 'res/layout/feeds_row.xml')
-rw-r--r--res/layout/feeds_row.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index 7449b79b..b5fc8ce7 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -7,14 +7,10 @@
<ImageView
android:id="@+id/icon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="16dp"
+ android:layout_height="16dp"
+ android:scaleType="fitXY"
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