d3e9200a7f
* Add three state (include/exclude/ignore) search filters (works for now only on MangaFox and MangaHere) * checkbox icons in xml format * fix checkbox icons referencing * fix three states filters in remaining catalogs * use Spinner for filter with more than three states (Mangasee) * use EditText for freetext filters (Mangasee) * remove pngs * Filter class/subclass * add Filter.Header * English catalogs
6 lines
284 B
XML
6 lines
284 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_checked="true" android:drawable="@drawable/ic_check_box_24dp" />
|
|
<item android:drawable="@drawable/ic_check_box_outline_blank_24dp" />
|
|
</selector>
|