diff --git a/src/quicksy/res/layout/activity_enter_number.xml b/src/quicksy/res/layout/activity_enter_number.xml index 78d183dd42a1ccd198f4fa63c5ad10193f6257e2..ba2e3c1ff7ccaff2230fc1e3fb6c14fcfb942d7d 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" />