mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Also make author text EmojiTextView.
This commit is contained in:
parent
6fbbc9d078
commit
63a3b1acb9
@ -40,12 +40,13 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/quote_author"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
tools:text="Peter Parker"
|
||||
tools:textColor="@color/purple_400" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user