mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Get list district and ward from API
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user