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:
authorDmitry Yunitsky <yunik@mapswithme.com>2014-07-10 14:57:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:20:07 +0300
commit931cdfc1bb708ce951464697f5b5c83c7e3145ae (patch)
treedda8f5a816611217aa6c093b7b1c8e080dcf348c /android/res/drawable
parent9d164f4b2365c0bcd1ab4f3addd2ab5949bf410f (diff)
New icons and resources.
Diffstat (limited to 'android/res/drawable')
-rw-r--r--android/res/drawable/bg_search_rounded.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/res/drawable/bg_search_rounded.xml b/android/res/drawable/bg_search_rounded.xml
new file mode 100644
index 0000000000..38ed259758
--- /dev/null
+++ b/android/res/drawable/bg_search_rounded.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <corners android:radius="8dp" />
+
+ <solid android:color="@color/ui_20_green_darker" />
+
+</shape> \ No newline at end of file