tachiyomi/app/src/main/res/drawable/ic_blank_24dp.xml
Jay 4ba197c713 Near final fixes to filter bottom sheet
Fixed title sometimes still showing when expanded
Popup menu show sorting option
2020-02-11 19:48:54 -08:00

10 lines
237 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="24dp"
android:height="24dp" />
<solid android:color="@android:color/transparent" />
</shape>