Optimize drawables

This commit is contained in:
Koitharu
2022-03-23 12:19:42 +02:00
parent ae0aa370b2
commit 85b8bc5d07
73 changed files with 184 additions and 246 deletions

View File

@@ -5,7 +5,7 @@
<item
android:id="@+id/action_select_all"
android:icon="@drawable/ic_select_all"
android:icon="?actionModeSelectAllDrawable"
android:title="@android:string/selectAll"
app:showAsAction="ifRoom|withText" />