mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
10 lines
474 B
XML
10 lines
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true"
|
|
android:drawable="@drawable/fxaccount_button_background_pressed" />
|
|
<item android:state_enabled="false"
|
|
android:drawable="@drawable/fxaccount_button_background_disabled" />
|
|
<item android:state_enabled="true"
|
|
android:drawable="@drawable/fxaccount_button_background_enabled" />
|
|
</selector>
|