From e85bcb063f485704d15eb8b4f44fba4e691e360a Mon Sep 17 00:00:00 2001 From: osodebailar Date: Sat, 16 Apr 2022 14:07:18 +0200 Subject: [PATCH] remove url workaround for light themes --- app/src/main/res/layout/objectives_exam_fragment.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/objectives_exam_fragment.xml b/app/src/main/res/layout/objectives_exam_fragment.xml index 77ef669e3f..b5fd8b70b9 100644 --- a/app/src/main/res/layout/objectives_exam_fragment.xml +++ b/app/src/main/res/layout/objectives_exam_fragment.xml @@ -28,7 +28,6 @@ android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="10dp" - android:background="?attr/objectivesBackgroundColor" android:orientation="vertical" app:layout_constraintTop_toBottomOf="@+id/exam_options" tools:layout_editor_absoluteX="3dp" />