Fix-up iconography in recipient bottom sheet.

This commit is contained in:
Alex Hart 2022-05-27 14:58:35 -03:00 committed by Greyson Parrelli
parent 7896a525f2
commit 7bf2ae3d5e
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_group_solid_24" />
</layer-list>

View file

@ -29,7 +29,7 @@
android:id="@+id/message"
style="@style/Signal.Widget.ImageView.ActionButton"
android:contentDescription="@string/ConversationSettingsFragment__message"
app:srcCompat="@drawable/ic_message_24" />
app:srcCompat="@drawable/ic_chat_message_24" />
<TextView
android:id="@+id/message_label"