2019-02-13 11:52:55 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/input"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-03-07 17:25:02 -08:00
|
|
|
android:paddingTop="7dp"
|
|
|
|
android:paddingBottom="16dp"
|
2019-03-20 15:52:14 -07:00
|
|
|
android:paddingStart="16dp"
|
|
|
|
android:paddingEnd="16dp"
|
2019-02-13 11:52:55 -08:00
|
|
|
android:background="@color/transparent"
|
|
|
|
android:singleLine="true"
|
|
|
|
tools:text="Peter Parker"/>
|