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"