Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 0949603

Browse files
committed
Add a default phone number to a PhoneEditText widget in the sample project
1 parent 637a6ee commit 0949603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/src/main/res/layout/main_activity.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<io.michaelrocks.callme.PhoneEditText
4444
android:layout_width="match_parent"
4545
android:layout_height="wrap_content"
46-
android:hint="@string/another_phone_hint" />
46+
android:hint="@string/another_phone_hint"
47+
android:text="18005550199" />
4748

4849
</LinearLayout>

0 commit comments

Comments
 (0)