Different message/rule filter icons

This commit is contained in:
M66B 2020-10-01 20:24:46 +02:00
parent d537e5e7b2
commit 99eeb9c0ad
4 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M10,18h4v-2h-4v2zM3,6v2h18L21,6L3,6zM6,13h12v-2L6,11v2z"/>
</vector>

View File

@ -70,7 +70,7 @@
<item
android:id="@+id/menu_filter"
android:icon="@drawable/twotone_filter_alt_24"
android:icon="@drawable/twotone_filter_list_24"
android:title="@string/title_filter"
app:showAsAction="ifRoom">
<menu>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 245 KiB