summaryrefslogtreecommitdiffstats
path: root/res/drawable/shop_themes_bg.xml
blob: 95afa022ff43d8116c15ade66a42613eba40c837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_focused="true"
        android:drawable="@drawable/bg_button_shopthemes_focused"/>
    <item android:state_pressed="true"
        android:drawable="@drawable/bg_button_shopthemes_pressed"/>
    <item android:drawable="@drawable/bg_button_shopthemes_normal"/>

</selector>