mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 12:42:20 +00:00
Fix edit text
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f02301ebe4
commit
b2a5e72a73
@ -51,11 +51,10 @@
|
||||
|
||||
<studio.carbonylgroup.textfieldboxes.ExtendedEditText
|
||||
android:id="@+id/extended_edit_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:imeOptions="actionDone"
|
||||
android:inputType="textUri"
|
||||
android:minWidth="5dp"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/nc_white_color_complete"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user