aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/drawable/btn_back_gray_active.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mapswithme-api/res/drawable/btn_back_gray_active.xml')
-rw-r--r--mapswithme-api/res/drawable/btn_back_gray_active.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mapswithme-api/res/drawable/btn_back_gray_active.xml b/mapswithme-api/res/drawable/btn_back_gray_active.xml
new file mode 100644
index 0000000..a4d6310
--- /dev/null
+++ b/mapswithme-api/res/drawable/btn_back_gray_active.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <!-- "background shadow" -->
+ <item android:drawable="@drawable/shadow"/>
+
+ <item
+ android:bottom="2dp"
+ android:left="1dp"
+ android:right="1dp"
+ android:top="1dp"
+ android:drawable="@drawable/gray"/>
+
+ <item android:drawable="@drawable/overflow"/>
+
+</layer-list> \ No newline at end of file