1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/resources/drawable/fxaccount_button_background.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<selector xmlns:android="http://schemas.android.com/apk/res/android"> 1.6 + <item android:state_pressed="true" 1.7 + android:drawable="@drawable/fxaccount_button_background_pressed" /> 1.8 + <item android:state_enabled="false" 1.9 + android:drawable="@drawable/fxaccount_button_background_disabled" /> 1.10 + <item android:state_enabled="true" 1.11 + android:drawable="@drawable/fxaccount_button_background_enabled" /> 1.12 +</selector>