refactor - UI - remove the old (and now used) select all / none /intermediate icons
Before Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 113 B |
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 115 B |
Before Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 219 B |
|
@ -48,9 +48,6 @@
|
|||
<attr name="ic_sleep" format="reference"/>
|
||||
<attr name="ic_sleep_off" format="reference"/>
|
||||
<attr name="checkbox_multiple" format="reference"/>
|
||||
<attr name="ic_check_box" format="reference"/>
|
||||
<attr name="ic_check_box_outline" format="reference"/>
|
||||
<attr name="ic_indeterminate_check_box" format="reference"/>
|
||||
<attr name="ic_select_all" format="reference"/>
|
||||
<attr name="ic_select_none" format="reference"/>
|
||||
<attr name="ic_sort" format="reference"/>
|
||||
|
|
|
@ -61,9 +61,6 @@
|
|||
<item type="attr" name="ic_filter">@drawable/ic_filter_grey600_24dp</item>
|
||||
<item type="attr" name="ic_sleep">@drawable/ic_sleep_grey600_24dp</item>
|
||||
<item type="attr" name="ic_sleep_off">@drawable/ic_sleep_off_grey600_24dp</item>
|
||||
<item type="attr" name="ic_check_box">@drawable/ic_check_box_grey600_24dp</item>
|
||||
<item type="attr" name="ic_check_box_outline">@drawable/ic_check_box_outline_blank_grey600_24dp</item>
|
||||
<item type="attr" name="ic_indeterminate_check_box">@drawable/ic_indeterminate_check_box_grey600_24dp</item>
|
||||
<item type="attr" name="ic_select_all">@drawable/ic_select_all_grey600</item>
|
||||
<item type="attr" name="ic_select_none">@drawable/ic_select_none_grey600</item>
|
||||
<item type="attr" name="ic_sort">@drawable/ic_sort_grey600_24dp</item>
|
||||
|
@ -148,9 +145,6 @@
|
|||
<item type="attr" name="ic_filter">@drawable/ic_filter_white_24dp</item>
|
||||
<item type="attr" name="ic_sleep">@drawable/ic_sleep_white_24dp</item>
|
||||
<item type="attr" name="ic_sleep_off">@drawable/ic_sleep_off_white_24dp</item>
|
||||
<item type="attr" name="ic_check_box">@drawable/ic_check_box_white_24dp</item>
|
||||
<item type="attr" name="ic_check_box_outline">@drawable/ic_check_box_outline_blank_white_24dp</item>
|
||||
<item type="attr" name="ic_indeterminate_check_box">@drawable/ic_indeterminate_check_box_white_24dp</item>
|
||||
<item type="attr" name="ic_select_all">@drawable/ic_select_all_white</item>
|
||||
<item type="attr" name="ic_select_none">@drawable/ic_select_none_white</item>
|
||||
<item type="attr" name="ic_sort">@drawable/ic_sort_white_24dp</item>
|
||||
|
@ -255,9 +249,6 @@
|
|||
<item type="attr" name="ic_filter">@drawable/ic_filter_grey600_24dp</item>
|
||||
<item type="attr" name="ic_sleep">@drawable/ic_sleep_grey600_24dp</item>
|
||||
<item type="attr" name="ic_sleep_off">@drawable/ic_sleep_off_grey600_24dp</item>
|
||||
<item type="attr" name="ic_check_box">@drawable/ic_check_box_grey600_24dp</item>
|
||||
<item type="attr" name="ic_check_box_outline">@drawable/ic_check_box_outline_blank_grey600_24dp</item>
|
||||
<item type="attr" name="ic_indeterminate_check_box">@drawable/ic_indeterminate_check_box_grey600_24dp</item>
|
||||
<item type="attr" name="ic_select_all">@drawable/ic_select_all_grey600</item>
|
||||
<item type="attr" name="ic_select_none">@drawable/ic_select_none_grey600</item>
|
||||
<item type="attr" name="ic_sort">@drawable/ic_sort_grey600_24dp</item>
|
||||
|
@ -341,9 +332,6 @@
|
|||
<item type="attr" name="ic_filter">@drawable/ic_filter_white_24dp</item>
|
||||
<item type="attr" name="ic_sleep">@drawable/ic_sleep_white_24dp</item>
|
||||
<item type="attr" name="ic_sleep_off">@drawable/ic_sleep_off_white_24dp</item>
|
||||
<item type="attr" name="ic_check_box">@drawable/ic_check_box_white_24dp</item>
|
||||
<item type="attr" name="ic_check_box_outline">@drawable/ic_check_box_outline_blank_white_24dp</item>
|
||||
<item type="attr" name="ic_indeterminate_check_box">@drawable/ic_indeterminate_check_box_white_24dp</item>
|
||||
<item type="attr" name="ic_select_all">@drawable/ic_select_all_white</item>
|
||||
<item type="attr" name="ic_select_none">@drawable/ic_select_none_white</item>
|
||||
<item type="attr" name="ic_sort">@drawable/ic_sort_white_24dp</item>
|
||||
|
|