|
|
|
|
@ -317,7 +317,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:hint="7"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:maxLength="9"
|
|
|
|
|
android:maxLength="4"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -353,7 +353,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:hint="30"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:maxLength="9"
|
|
|
|
|
android:maxLength="4"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
|