mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-04 16:45:09 -05:00
8d12244a9c
* remove expand/collapse arrows, instead use the background area of the header to toggle * allow expanding of To: and Cc: texts when too long and cut off by clicking on them
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>
|