2019-02-13 19:52:55 +00: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-08 01:25:02 +00:00
|
|
|
android:paddingTop="7dp"
|
|
|
|
android:paddingBottom="16dp"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:paddingStart="16dp"
|
|
|
|
android:paddingEnd="16dp"
|
2019-02-13 19:52:55 +00:00
|
|
|
android:background="@color/transparent"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:inputType="textCapWords"
|
|
|
|
tools:text="Peter Parker"/>
|