mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Remove old input dialog
This commit is contained in:
parent
b4ab58369e
commit
83b3f856b3
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:padding="10dp">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/textView"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/enter_cip_13"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
||||||
|
|
||||||
<EditText
|
|
||||||
android:id="@+id/edittext"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:hint="@string/enter_cip_13_here"
|
|
||||||
android:background="@drawable/rounded_corner"
|
|
||||||
android:inputType="number"
|
|
||||||
android:padding="10dp"
|
|
||||||
android:autofillHints="@string/enter_cip_13_here" />
|
|
||||||
</LinearLayout>
|
|
Loading…
Reference in a new issue