Blame view

res/drawable/startbuttontoggle.xml 436 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" >
    <selector
    xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_checked="false"
            android:drawable="@drawable/ic_ledarklogo" />
    <item android:state_checked="true"
            android:drawable="@drawable/ic_startbutton" />

</selector>

</animation-list>