Order by distance

This commit is contained in:
Igor I
2025-08-25 18:46:38 +05:00
parent e2e18c7818
commit 2e0893bac4
17 changed files with 235 additions and 33 deletions

View File

@ -201,6 +201,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/Identify_country_region" />
<CheckBox
android:id="@+id/cbOrderByDistance"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/Sort_lists_by_distance" />
<LinearLayout
android:layout_width="match_parent"