Change summary
src/quicksy/res/layout/activity_enter_number.xml | 2 ++
1 file changed, 2 insertions(+)
Detailed changes
@@ -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" />