[Android] Possible fix for crash because android:textColor is not a colorStateList (#2719)

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-17 08:56:52 +01:00
parent 3511dbb692
commit f69fa71838

View File

@@ -233,7 +233,7 @@
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:textColor="?colorSecondary"
android:textColor="?attr/colorSecondary"
android:textAppearance="@style/MwmTextAppearance.Body1" />
</RelativeLayout>