refactor - UI - make OPML import screen use the new select all / none icons as well (so that only single set of icons are needed)
This commit is contained in:
parent
d186309066
commit
836334798d
|
@ -4,14 +4,14 @@
|
|||
|
||||
<item
|
||||
android:id="@id/select_all_item"
|
||||
android:icon="?attr/ic_check_box_outline"
|
||||
android:icon="?attr/ic_select_all"
|
||||
android:title="@string/select_all_label"
|
||||
custom:showAsAction="ifRoom">
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@id/deselect_all_item"
|
||||
android:icon="?attr/ic_check_box"
|
||||
android:icon="?attr/ic_select_none"
|
||||
android:title="@string/deselect_all_label"
|
||||
custom:showAsAction="ifRoom">
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue