From 35b214094a5563ae5b6cbd7cdff1e1617ca33184 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Apr 2026 21:19:43 +0000 Subject: Fix invalid colorBackground theme attr in pretrip layout colorBackground is not a Material theme attribute; replace with colorSurface which is the correct equivalent. https://claude.ai/code/session_01HXPjBsogsJVRwCiekDGkJX --- android-app/app/src/main/res/layout/fragment_pretrip_report.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android-app') diff --git a/android-app/app/src/main/res/layout/fragment_pretrip_report.xml b/android-app/app/src/main/res/layout/fragment_pretrip_report.xml index 5f3fb67..510411b 100644 --- a/android-app/app/src/main/res/layout/fragment_pretrip_report.xml +++ b/android-app/app/src/main/res/layout/fragment_pretrip_report.xml @@ -4,7 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorBackground"> + android:background="?attr/colorSurface">