mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-04 15:38:59 +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>
|