Copy coords to clipboard, faster autocomplete, category hint

This commit is contained in:
Daniele Verducci (Slimpenguin)
2024-03-01 07:02:39 +01:00
parent 1bbf8d0c5c
commit 0de02c6d44
5 changed files with 28 additions and 4 deletions
@@ -211,7 +211,14 @@
android:drawableLeft="@drawable/ic_category_asc"
android:drawablePadding="5dp"
android:drawableTint="@color/defaultBrand"
android:hint="@string/category"/>
android:hint="@string/category"
android:completionThreshold="0"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/category_hint"
android:textSize="12sp"/>
<TextView
android:layout_width="match_parent"
@@ -250,7 +257,9 @@
android:id="@+id/coords_tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAlignment="textEnd" />
android:textAlignment="textEnd"
app:drawableEndCompat="@drawable/ic_copy"
android:drawablePadding="10sp"/>
<ProgressBar
android:id="@+id/progress"