update address

This commit is contained in:
shaulascr
2025-04-09 15:46:50 +07:00
parent 6803bbfdd8
commit cebefcf82b
14 changed files with 538 additions and 37 deletions

View File

@ -131,7 +131,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:hint="Pilih Kabupaten / Kota"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu">
<AutoCompleteTextView
@ -139,6 +138,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="none"
android:hint="Masukkan Kabupaten"
android:padding="12dp"
android:textSize="14sp" />
</com.google.android.material.textfield.TextInputLayout>