aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/drawable/btn_back_gray_active.xml
blob: a4d6310133d7b99144c1599180d1cbce6953aff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>