mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
b067096fc7
* Add additional drawer to filter and sort the library * Tint icon when there's a filter active * Comments and minor changes
8 lines
No EOL
244 B
XML
8 lines
No EOL
244 B
XML
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="@android:color/transparent"/>
|
|
<size
|
|
android:width="32dp"
|
|
android:height="32dp" />
|
|
</shape> |