[android] fix checkbox colours after MaterialCheckbox migration

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-07-22 13:37:42 +01:00
committed by Konstantin Pastbin
parent e3b83140b6
commit 6857ca8f90
4 changed files with 17 additions and 7 deletions

View File

@@ -38,6 +38,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:checked">true</item>
<item name="buttonTint">?colorAccent</item>
</style>
<style name="MwmWidget.Editor.DayText">