Fix incorrect emojis used in Settings.

This commit is contained in:
Cody Henthorne 2021-07-28 09:40:29 -04:00
parent b9081dc942
commit 1f1a4eb351

View file

@ -30,7 +30,7 @@
app:layout_constraintStart_toEndOf="@id/icon" app:layout_constraintStart_toEndOf="@id/icon"
app:layout_constraintEnd_toEndOf="parent"> app:layout_constraintEnd_toEndOf="parent">
<TextView <org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:id="@+id/title" android:id="@+id/title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -46,7 +46,7 @@
android:ellipsize="end" android:ellipsize="end"
tools:text="Crusin' the web" /> tools:text="Crusin' the web" />
<TextView <org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:id="@+id/summary" android:id="@+id/summary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"