Signal-Android/res/layout/phone_text.xml

18 lines
634 B
XML
Raw Normal View History

2019-02-13 20:52:55 +01:00
<?xml version="1.0" encoding="utf-8"?>
<EditText
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="7dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
2019-02-13 20:52:55 +01:00
android:paddingBottom="16dp"
android:background="@color/transparent"
android:singleLine="true"
android:inputType="phone"
2019-10-17 00:37:08 +02:00
android:saveEnabled="false"
android:hint="@string/RegistrationActivity_phone_number_description"
2019-02-13 20:52:55 +01:00
tools:text="867-5309" />