summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row.xml
diff options
context:
space:
mode:
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