mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user