mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-10 02:30:27 +00:00
7 lines
301 B
XML
7 lines
301 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/add_test_sender_text"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:inputType="phone"
|
||
|
android:layout_height="wrap_content">
|
||
|
</EditText>
|