mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 01:03:46 +00:00
10 lines
424 B
XML
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" /> |