From 628a6bac2e0b5a400fe2c5ccd3c4389d1639abf3 Mon Sep 17 00:00:00 2001 From: Sadwhy <99601717+Sadwhy@users.noreply.github.com> Date: Sun, 25 Feb 2024 09:00:51 +0600 Subject: [PATCH] Using different colours values on ep watched count --- 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 0a9fc160..f8279ae2 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 +