summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 1d40e1bf..8902a6bc 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -85,8 +85,12 @@
android:id="@+id/flavor_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="center"
android:adjustViewBounds="true"
- android:maxHeight="128dp"
+ android:background="@drawable/flavor_image_border"
+ android:cropToPadding="true"
+ android:maxHeight="256dp"
+ android:padding="1dp"
android:scaleType="centerInside"
android:src="@null"
android:visibility="gone" />