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