Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2019-07-23 18:49:33 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-07-23 18:49:33 +0300
commit4957e50ac4b5ad650740bc2069a9aeaae508cb30 (patch)
treeacae3688b0ee7cef853aef1d8245e95000c042f0 /src/quicksy/res
parentf597fc46dad1eeb3afadf6c3900f487524caef7f (diff)
disable spell checking on country drop down field in Quicksy
Diffstat (limited to 'src/quicksy/res')
-rw-r--r--src/quicksy/res/layout/activity_enter_number.xml2
1 files changed, 2 insertions, 0 deletions
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" />