From ef1837a0bf8fed34282c49bf0c3f8c911d1638c7 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Wed, 13 Dec 2017 10:48:20 +0100 Subject: [PATCH] Fix issue with missing cursor on text field Signed-off-by: Mario Danic --- app/src/main/res/layout/controller_server_selection.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/controller_server_selection.xml b/app/src/main/res/layout/controller_server_selection.xml index ac1bb046d..f471f4645 100644 --- a/app/src/main/res/layout/controller_server_selection.xml +++ b/app/src/main/res/layout/controller_server_selection.xml @@ -52,6 +52,7 @@ android:id="@+id/extended_edit_text" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:minWidth="5dp" android:imeOptions="actionDone" android:singleLine="true" android:textColor="@color/nc_white_color_complete"/>