mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
no suggestions in videochat-instance, do not use multiline (default for EditText is text|textMultiLine)
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input_field"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginRight="20dp"
|
||||
android:layout_marginTop="8dp"/>
|
||||
android:layout_marginBottom="8dp"
|
||||
android:inputType="text|textNoSuggestions" />
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user