Messaging: Fix wrong thumb tint

forceDarkAllowed once again messes with proper styling

Change-Id: I1d59477ae4dbd7d081787f90eab633027b575bf3
This commit is contained in:
Michael W
2025-03-11 22:17:08 +01:00
parent a8f89a1bb6
commit a39f270385

View File

@@ -6,6 +6,7 @@
<com.google.android.material.materialswitch.MaterialSwitch <com.google.android.material.materialswitch.MaterialSwitch
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/switchWidget" android:id="@+id/switchWidget"
android:forceDarkAllowed="false"
android:theme="@style/Theme.Material3.DynamicColors.DayNight" android:theme="@style/Theme.Material3.DynamicColors.DayNight"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"