mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 02:23:45 +00:00
9 lines
436 B
XML
9 lines
436 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/help_button"
|
|
style="@style/MwmWidget.MapButton.Square"
|
|
android:tint="@null"
|
|
app:shapeAppearanceOverlay="@style/MwmWidget.MapButton.Square"
|
|
app:srcCompat="@drawable/ic_question_mark" /> |