Resolves #2239 by adding a compass arrow for direction of nearest item (#5433)

* Resolves issue #2239 by adding an arrow for direction

* Removed unnecessary change in styles.xml

* spacing

* javadoc

---------

Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
Shashwat Kedia 2024-01-15 10:27:44 +05:30 committed by GitHub
parent e99ff1c044
commit e5c789e874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 105 additions and 5 deletions

View file

@ -93,6 +93,13 @@
</TextView>
<ImageView
android:id="@+id/nearby_compass"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="16dp"
app:srcCompat="@drawable/baseline_arrow_upward_24"/>
</LinearLayout>
</LinearLayout>