aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/drawable/gray.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mapswithme-api/res/drawable/gray.xml')
-rw-r--r--mapswithme-api/res/drawable/gray.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mapswithme-api/res/drawable/gray.xml b/mapswithme-api/res/drawable/gray.xml
new file mode 100644
index 0000000..f3fda93
--- /dev/null
+++ b/mapswithme-api/res/drawable/gray.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+
+ <gradient android:type="linear"
+ android:angle="90"
+ android:startColor="#D00099CC"
+ android:centerColor="#D033B5E5"
+ android:endColor="#D00099CC"/>
+
+ <corners android:radius="4dp" />
+</shape> \ No newline at end of file