mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 15:58:34 +00:00
Use EmojiTextView in the sticker preview.
This commit is contained in:
parent
457ad4c607
commit
116bd41c63
@ -25,7 +25,7 @@
|
|||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
tools:src="@mipmap/ic_person_shortcut"/>
|
tools:src="@mipmap/ic_person_shortcut"/>
|
||||||
|
|
||||||
<TextView
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||||
android:id="@+id/sticker_install_title"
|
android:id="@+id/sticker_install_title"
|
||||||
style="@style/Signal.Text.Headline"
|
style="@style/Signal.Text.Headline"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
@ -40,7 +40,7 @@
|
|||||||
app:layout_constraintTop_toBottomOf="@id/sticker_install_toolbar"
|
app:layout_constraintTop_toBottomOf="@id/sticker_install_toolbar"
|
||||||
tools:text="Spider-Man" />
|
tools:text="Spider-Man" />
|
||||||
|
|
||||||
<TextView
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||||
android:id="@+id/sticker_install_author"
|
android:id="@+id/sticker_install_author"
|
||||||
style="@style/Signal.Text.Caption"
|
style="@style/Signal.Text.Caption"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user