Fix-up iconography in recipient bottom sheet.
This commit is contained in:
parent
7896a525f2
commit
7bf2ae3d5e
2 changed files with 1 additions and 5 deletions
|
@ -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>
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue