Allow conversation subtitle to support emoji
// FREEBIE
This commit is contained in:
parent
638a9576f8
commit
3e22c37425
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
android:alpha="0.7"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<TextView android:id="@+id/subtitle"
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/subtitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue