2021-01-20 09:24:16 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-09-08 15:12:02 -04:00
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-01-20 09:24:16 -04:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/recipient_view_name"
|
|
|
|
style="@style/Signal.Text.Preview"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
tools:text="@tools:sample/first_names" />
|