Get list district and ward from API

This commit is contained in:
Nezumi
2023-02-08 17:53:40 +07:00
parent 11d7e18ccd
commit ba8bb242d7
10 changed files with 309 additions and 43 deletions
@@ -190,12 +190,14 @@
android:id="@+id/district"
android:layout_width="190dp"
android:layout_height="match_parent"
android:textAlignment="viewEnd"
android:layout_marginEnd="12dp"
android:contentDescription="district"
/>
<Spinner
android:id="@+id/ward"
android:textAlignment="viewEnd"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="ward"