call phone

This commit is contained in:
Jens
2022-10-02 23:26:27 +02:00
parent 900aaf3c8c
commit 135f4594be
14 changed files with 34 additions and 18 deletions

View File

@ -45,7 +45,8 @@
<EditText
android:id="@+id/etTargetPhoneNumber"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:inputType="phone"/>
</TableRow>