[android] Fix tint color FAB in dark mode

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-09-16 07:09:04 +02:00
parent f0b6a7b81a
commit 8cd1b918df
5 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/btn_bookmarks"
android:tint="?iconTint"
style="@style/MwmWidget.M3.FAB.MapButton.Square"
app:shapeAppearanceOverlay="@style/MwmWidget.M3.FAB.MapButton.Square"
android:contentDescription="@string/bookmarks"

View File

@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/help_button"
android:tint="?iconTint"
style="@style/MwmWidget.M3.FAB.MapButton.Square"
app:shapeAppearanceOverlay="@style/MwmWidget.M3.FAB.MapButton.Square"
app:srcCompat="@drawable/ic_question_mark" />

View File

@@ -4,6 +4,7 @@
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" />

View File

@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/menu_button"
android:tint="?iconTint"
style="@style/MwmWidget.M3.FAB.MapButton.Square"
android:contentDescription="@string/menu"
app:shapeAppearanceOverlay="@style/MwmWidget.M3.FAB.MapButton.Square"

View File

@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/btn_search"
android:tint="?iconTint"
style="@style/MwmWidget.M3.FAB.MapButton.Square"
app:shapeAppearanceOverlay="@style/MwmWidget.M3.FAB.MapButton.Square"
android:contentDescription="@string/search"