From 8d0b9909d7a648977631d56b35d744f1607bc5f7 Mon Sep 17 00:00:00 2001 From: Dima-1 Date: Wed, 2 Sep 2020 16:27:48 +0300 Subject: [PATCH] Fix #9131 Profile appearance: Keyboard opens up, while scrolling --- OsmAnd/res/layout/preference_text_field.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OsmAnd/res/layout/preference_text_field.xml b/OsmAnd/res/layout/preference_text_field.xml index 57d531c737..846e43fa76 100644 --- a/OsmAnd/res/layout/preference_text_field.xml +++ b/OsmAnd/res/layout/preference_text_field.xml @@ -13,6 +13,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:layout_margin="@dimen/list_content_padding" + android:focusable="true" + android:focusableInTouchMode="true" app:primaryColor="@color/active_color_primary_dark" app:secondaryColor="?android:textColorSecondary" app:errorColor="@color/color_invalid"