Utilize EmojiTextView instead of TextView.
This commit is contained in:
parent
76740adc3f
commit
35a0162d5c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/call_screen_recipient_name" />
|
app:layout_constraintTop_toTopOf="@id/call_screen_recipient_name" />
|
||||||
|
|
||||||
<TextView
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||||
android:id="@+id/call_screen_recipient_name"
|
android:id="@+id/call_screen_recipient_name"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Add table
Reference in a new issue