From 40fd08b8415ca3d4cfbd0051682dcda1c8958f25 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Wed, 8 Jul 2015 11:09:36 +0200 Subject: Hopefully fixes problems with pasting into edittext --- app/src/main/res/layout-v14/authentication_dialog.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout-v14/authentication_dialog.xml') diff --git a/app/src/main/res/layout-v14/authentication_dialog.xml b/app/src/main/res/layout-v14/authentication_dialog.xml index ed05dab1c..00e74c9e1 100644 --- a/app/src/main/res/layout-v14/authentication_dialog.xml +++ b/app/src/main/res/layout-v14/authentication_dialog.xml @@ -15,7 +15,10 @@ android:layout_height="0dp" android:layout_weight="1" android:layout_margin="16dp" - android:hint="@string/username_label"/> + android:hint="@string/username_label" + android:focusable="true" + android:focusableInTouchMode="true" + android:cursorVisible="true"/> + android:hint="@string/password_label" + android:focusable="true" + android:focusableInTouchMode="true" + android:cursorVisible="true"/>