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

10 lines
424 B
XML

<?xml version="1.0" encoding="utf-8"?>
<app.organicmaps.maplayer.LayersButton
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/layers_button"
style="@style/MwmWidget.M3.FAB.MapButton"
android:tint="?iconTint"
android:contentDescription="@string/layers_title"
app:tint="?accentColorSelector"
app:srcCompat="@drawable/ic_layers" />