hide the dialpad input cursor by default

This commit is contained in:
tibbi 2018-09-23 20:33:07 +02:00
parent eaa17e9038
commit 5e66eee953

View File

@ -14,7 +14,8 @@
android:layout_alignParentBottom="true"
android:layout_marginBottom="@dimen/activity_margin"
android:layout_marginLeft="@dimen/activity_margin"
android:layout_marginRight="@dimen/activity_margin">
android:layout_marginRight="@dimen/activity_margin"
android:focusableInTouchMode="true">
<com.simplemobiletools.commons.views.MyEditText
android:id="@+id/dialpad_input"