Remove old input dialog

This commit is contained in:
jacques 2022-07-10 15:25:46 +02:00
parent b4ab58369e
commit 83b3f856b3

View file

@ -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>