Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1107 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||
| 3 | <item |
||
| 4 | android:state_pressed="true" |
||
| 5 | android:drawable="@drawable/common_signin_btn_text_pressed_dark" /> |
||
| 6 | <item |
||
| 7 | android:state_enabled="false" |
||
| 8 | android:state_focused="true" |
||
| 9 | android:drawable="@drawable/common_signin_btn_text_disabled_focus_dark" /> |
||
| 10 | <item |
||
| 11 | android:state_focused="true" |
||
| 12 | android:drawable="@drawable/common_signin_btn_text_focus_dark" /> |
||
| 13 | <item |
||
| 14 | android:state_enabled="false" |
||
| 15 | android:drawable="@drawable/common_signin_btn_text_disabled_dark" /> |
||
| 16 | <item |
||
| 17 | android:drawable="@drawable/common_signin_btn_text_normal_dark" /> |
||
| 18 | </selector> |