Files
arcanechat-android/res/layout/single_line_input.xml
T
2021-04-30 00:09:34 -04:00

19 lines
673 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.thoughtcrime.securesms.components.emoji.EmojiEditText
android:id="@+id/input_field"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="8dp"
android:layout_marginRight="20dp"
android:layout_marginBottom="8dp"
android:inputType="text|textNoSuggestions" />
</FrameLayout>