2013-12-05 18:22:16 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:state_window_focused="false" android:state_enabled="true"
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/register" />
|
2013-12-05 18:22:16 -05:00
|
|
|
<item android:state_window_focused="false" android:state_enabled="false"
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/button_disabled" />
|
2013-12-05 18:22:16 -05:00
|
|
|
<item android:state_pressed="true"
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/register" />
|
2013-12-05 18:22:16 -05:00
|
|
|
<item android:state_focused="true" android:state_enabled="true"
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/button_disabled" />
|
2013-12-05 18:22:16 -05:00
|
|
|
<item android:state_enabled="true"
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/silver" />
|
2013-12-05 18:22:16 -05:00
|
|
|
<item android:state_focused="true"
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/button_disabled" />
|
2013-12-05 18:22:16 -05:00
|
|
|
<item
|
2013-12-08 14:56:46 -05:00
|
|
|
android:drawable="@drawable/silver" />
|
2013-12-05 18:22:16 -05:00
|
|
|
</selector>
|