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/feedinfo.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout/feedinfo.xml') diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml index 4dab1e189..3c6202f6d 100644 --- a/app/src/main/res/layout/feedinfo.xml +++ b/app/src/main/res/layout/feedinfo.xml @@ -204,7 +204,10 @@ android:layout_height="wrap_content" app:layout_row="0" app:layout_column="1" - android:hint="@string/username_label"/> + android:hint="@string/username_label" + android:focusable="true" + android:focusableInTouchMode="true" + android:cursorVisible="true"/> + android:textColor="?android:attr/textColorPrimary" + android:focusable="true" + android:focusableInTouchMode="true" + android:cursorVisible="true"/>