Files
comaps/android/app/src/main/res/layout/map_buttons_help.xml
2025-09-16 07:09:04 +02:00

9 lines
454 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.floatingactionbutton.FloatingActionButton
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/help_button"
android:tint="?iconTint"
style="@style/MwmWidget.M3.FAB.MapButton.Square"
app:shapeAppearanceOverlay="@style/MwmWidget.M3.FAB.MapButton.Square"
app:srcCompat="@drawable/ic_question_mark" />