disable spell checking on country drop down field in Quicksy

This commit is contained in:
Daniel Gultsch 2019-07-23 17:49:33 +02:00
parent f597fc46da
commit 4957e50ac4
1 changed files with 2 additions and 0 deletions

View File

@ -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" />