mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 16:15:08 -04:00
591a3af6dc
always-available select action. For the moment, this means that widgets_on_left does nothing at all. based on feedback, I may kill the preference and multi-mode behaviour entirely in favor of "show stars?" (and possibly "show stars on left" Stars, "checkboxes" and color bars updated to actually fit in wide mode.
9 lines
324 B
XML
9 lines
324 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_checked="false"
|
|
android:drawable="@drawable/btn_check_small_off" />
|
|
|
|
<item android:state_checked="true"
|
|
android:drawable="@drawable/btn_check_small_on" />
|
|
</selector>
|