mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 17:44:07 +00:00
10 lines
494 B
XML
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" /> |