mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 12:00:39 +01:00
hide the dialpad input cursor by default
This commit is contained in:
parent
eaa17e9038
commit
5e66eee953
@ -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…
x
Reference in New Issue
Block a user