mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Replaced chip icon
This commit is contained in:
10
app/src/main/res/drawable/twotone_crop_3_2_24.xml
Normal file
10
app/src/main/res/drawable/twotone_crop_3_2_24.xml
Normal 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="M19,6H5C3.9,6 3,6.9 3,8v8c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V8C21,6.9 20.1,6 19,6zM19,16H5V8h14V16z"/>
|
||||
</vector>
|
||||
@@ -31,7 +31,7 @@
|
||||
<item
|
||||
android:id="@+id/menu_send_chips"
|
||||
android:checkable="true"
|
||||
android:icon="@drawable/twotone_alternate_email_24"
|
||||
android:icon="@drawable/twotone_crop_3_2_24"
|
||||
android:title="@string/title_advanced_send_chips"
|
||||
app:showAsAction="never" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user