hide the dialpad input cursor by default
This commit is contained in:
parent
eaa17e9038
commit
5e66eee953
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue