diff options
Diffstat (limited to 'mapswithme-api/res/drawable/green.xml')
-rw-r--r-- | mapswithme-api/res/drawable/green.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mapswithme-api/res/drawable/green.xml b/mapswithme-api/res/drawable/green.xml new file mode 100644 index 0000000..c7afb64 --- /dev/null +++ b/mapswithme-api/res/drawable/green.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + <!-- + <solid android:color="#66CC33" /> --> + + <gradient android:type="linear" + android:angle="90" + android:startColor="#D066CC33" + android:centerColor="#D099CC00" + android:endColor="#D066CC33"/> + + + <corners android:radius="4dp" /> +</shape>
\ No newline at end of file |