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/drawable | |
| parent | 8e8bbf70aad0b6a4cc9a94bc2a4d7a14936862ee (diff) | |
add headline image border; make showing them optional
Diffstat (limited to 'res/drawable')
| -rw-r--r-- | res/drawable/flavor_image_border.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/drawable/flavor_image_border.xml b/res/drawable/flavor_image_border.xml new file mode 100644 index 00000000..3dea012b --- /dev/null +++ b/res/drawable/flavor_image_border.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <corners android:radius="0dp" />
+
+ <stroke
+ android:width="1dp"
+ android:color="#cccccc" />
+
+</shape>
\ No newline at end of file |