Fix incorrect emojis used in Settings.
This commit is contained in:
parent
b9081dc942
commit
1f1a4eb351
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
app:layout_constraintStart_toEndOf="@id/icon"
|
||||
app:layout_constraintEnd_toEndOf="parent">
|
||||
|
||||
<TextView
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -46,7 +46,7 @@
|
|||
android:ellipsize="end"
|
||||
tools:text="Crusin' the web" />
|
||||
|
||||
<TextView
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/summary"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Add table
Reference in a new issue