Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/person.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
osmdroid's MyLocationNewOverlay loads a drawable named "person" in its
constructor before OpenTopoMapViewer replaces it with ic_position.
Keep this as a text XML bitmap alias so the default lookup succeeds
without adding generated binary assets to the repository.
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_default_marker"
android:gravity="center" />
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/round_navigation_white_48.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
osmdroid's MyLocationNewOverlay loads a drawable named
"round_navigation_white_48" in its constructor before OpenTopoMapViewer
replaces it with ic_direction. This XML bitmap alias avoids committing
binary fallback resources while still inflating as a BitmapDrawable.
-->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_default_marker"
android:gravity="center" />