Files
comaps/android/app/src/main/res/layout/map_buttons_layers.xml
2025-11-24 21:25:37 +01:00

10 lines
398 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:contentDescription="@string/layers_title"
app:tint="?accentColorSelector"
app:srcCompat="@drawable/ic_layers" />