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

10 lines
494 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/menu_button"
android:tint="?iconTint"
style="@style/MwmWidget.M3.FAB.MapButton.Square"
android:contentDescription="@string/menu"
app:shapeAppearanceOverlay="@style/MwmWidget.M3.FAB.MapButton.Square"
app:srcCompat="@drawable/ic_menu_open" />