mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Replace list icon
This commit is contained in:
parent
5a2cd8e608
commit
66eebf4083
2 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
<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"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M3,13h2v-2L3,11v2zM3,17h2v-2L3,15v2zM3,9h2L5,7L3,7v2zM7,13h14v-2L7,11v2zM7,17h14v-2L7,15v2zM7,7v2h14L21,7L7,7zM3,13h2v-2L3,11v2zM3,17h2v-2L3,15v2zM3,9h2L5,7L3,7v2zM7,13h14v-2L7,11v2zM7,17h14v-2L7,15v2zM7,7v2h14L21,7L7,7z"/>
|
||||
</vector>
|
|
@ -412,7 +412,7 @@
|
|||
android:contentDescription="@string/title_more"
|
||||
android:tooltipText="@string/title_more"
|
||||
app:backgroundTint="?attr/colorFabBackground"
|
||||
app:srcCompat="@drawable/twotone_list_24"
|
||||
app:srcCompat="@drawable/twotone_format_list_bulleted_24"
|
||||
app:tint="?attr/colorFabForeground" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
|
|
Loading…
Reference in a new issue