From f226614980ecbf8cf0aa9d27063f90daf0883b55 Mon Sep 17 00:00:00 2001 From: Sadwhy <99601717+Sadwhy@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:21:08 +0600 Subject: [PATCH] Using different colours values on ep watched count (#205) --- app/src/main/res/layout/fragment_home.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 0a9fc160c0..f8279ae2b2 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -94,7 +94,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/poppins_bold" - android:textColor="?attr/colorSecondaryVariant" + android:textColor="?attr/colorPrimaryVariant" android:textSize="12sp" /> @@ -117,7 +117,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@font/poppins_bold" - android:textColor="?attr/colorSecondaryVariant" + android:textColor="?attr/colorPrimaryVariant" android:textSize="12sp" /> @@ -837,4 +837,4 @@ - \ No newline at end of file +