From 4957e50ac4b5ad650740bc2069a9aeaae508cb30 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 23 Jul 2019 17:49:33 +0200 Subject: [PATCH] disable spell checking on country drop down field in Quicksy --- src/quicksy/res/layout/activity_enter_number.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/quicksy/res/layout/activity_enter_number.xml b/src/quicksy/res/layout/activity_enter_number.xml index 78d183dd4..ba2e3c1ff 100644 --- a/src/quicksy/res/layout/activity_enter_number.xml +++ b/src/quicksy/res/layout/activity_enter_number.xml @@ -46,7 +46,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:cursorVisible="false" + android:inputType="textNoSuggestions" android:drawableEnd="@drawable/ic_arrow_drop_down_black_18dp" + android:drawableRight="@drawable/ic_arrow_drop_down_black_18dp" android:focusable="false" android:gravity="bottom|center_horizontal" android:longClickable="false" />