mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 18:44:02 +00:00
10 lines
398 B
XML
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" />
|