aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/drawable/btn_gray_selector.xml
blob: 3876bb076105a5dc1be24b3ccde71c95f00374e6 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/btn_back_gray_active" android:state_pressed="true"/>
    <item android:drawable="@drawable/btn_back_gray"/>

</selector>