Add rounded field and use new strings

This commit is contained in:
jacques 2021-04-04 20:17:38 +02:00
parent 58ca7f510f
commit 374c0abd41

View file

@ -17,6 +17,8 @@
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:padding="10dp"
android:autofillHints="@string/enter_cip_13_here" />
</LinearLayout>