Skip to content

Commit 3abf697

Browse files
committed
Set Phone Number field input type to phone
1 parent 954d56c commit 3abf697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@
365365
android:layout_width="match_parent"
366366
android:layout_height="wrap_content"
367367
android:layout_marginBottom="10dp"
368+
android:inputType="phone"
368369
android:hint="@string/phone_number"
369370
android:textSize="14sp" />
370371

0 commit comments

Comments
 (0)