From c4d8f1b2eade0ea05d713d403921bcba93f40763 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 20 Sep 2024 15:53:09 +0530 Subject: [PATCH] Fixed: The UI showing incorrect colors in night mode. --- app/src/main/res/layout/fragment_destination_download.xml | 5 +++-- core/src/main/res/layout/layout_donation_bottom_sheet.xml | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_destination_download.xml b/app/src/main/res/layout/fragment_destination_download.xml index 1d8b7c9ae..11a6e442f 100644 --- a/app/src/main/res/layout/fragment_destination_download.xml +++ b/app/src/main/res/layout/fragment_destination_download.xml @@ -68,10 +68,11 @@ diff --git a/core/src/main/res/layout/layout_donation_bottom_sheet.xml b/core/src/main/res/layout/layout_donation_bottom_sheet.xml index 529a12e76..c89f59cd3 100644 --- a/core/src/main/res/layout/layout_donation_bottom_sheet.xml +++ b/core/src/main/res/layout/layout_donation_bottom_sheet.xml @@ -18,6 +18,7 @@ @@ -69,7 +69,7 @@ android:layout_height="wrap_content" android:padding="@dimen/activity_horizontal_margin" android:text="@string/rate_dialog_neutral" - android:textColor="@color/denim_blue800" + android:textColor="?attr/colorPrimary" app:layout_constraintEnd_toStartOf="@+id/donateButton" app:layout_constraintTop_toBottomOf="@id/descriptionText" /> @@ -79,7 +79,7 @@ android:layout_height="wrap_content" android:padding="@dimen/activity_horizontal_margin" android:text="@string/make_donation" - android:textColor="@color/denim_blue800" + android:textColor="?attr/colorPrimary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/descriptionText" />