Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'api/android/lib/res/drawable/green.xml')
-rw-r--r--api/android/lib/res/drawable/green.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/api/android/lib/res/drawable/green.xml b/api/android/lib/res/drawable/green.xml
new file mode 100644
index 0000000000..c7afb64a8a
--- /dev/null
+++ b/api/android/lib/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