mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-05 00:55:08 -05:00
15 lines
490 B
XML
15 lines
490 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item android:drawable="@android:drawable/menuitem_background"
|
||
|
android:state_pressed="true" />
|
||
|
|
||
|
<item android:drawable="@android:drawable/menuitem_background"
|
||
|
android:state_focused="true"
|
||
|
android:state_enabled="true"
|
||
|
android:state_window_focused="true" />
|
||
|
|
||
|
<item android:drawable="@color/message_view_header_background" />
|
||
|
|
||
|
</selector>
|