diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-16 12:19:52 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-16 12:19:52 +0400 |
| commit | a38e98c80e80e955818ad83f72601734c7c42197 (patch) | |
| tree | 23ba0a2897900992946a3ad34e71ccbad9c6db52 /res/layout/headlines_row_selected.xml | |
| parent | 8e8bbf70aad0b6a4cc9a94bc2a4d7a14936862ee (diff) | |
add headline image border; make showing them optional
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
| -rw-r--r-- | res/layout/headlines_row_selected.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index 332b239a..0e600daa 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -79,12 +79,16 @@ android:layout_gravity="center"
android:layout_height="wrap_content" >
- <ImageView
+ <ImageView
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" />
|