From d0646ff08ba57dd2450e4baf88d9db33f55c363b Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 12 Aug 2022 08:15:35 +0500 Subject: [PATCH] Themes fixes --- app/src/main/res/layout/fragment_profile.xml | 2 ++ app/src/main/res/layout/fragment_profile_detail.xml | 1 + .../main/res/layout/fragment_profile_followers_following.xml | 1 + app/src/main/res/layout/list_users.xml | 1 - app/src/main/res/values/colors.xml | 2 +- app/src/main/res/values/themes.xml | 2 +- 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index f7f82aea..f1b3afa9 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -121,12 +121,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/CustomMaterCardViewStyle" + app:cardBackgroundColor="?attr/primaryBackgroundColor" app:strokeWidth="@dimen/dimen0dp" app:strokeColor="?attr/colorPrimary"> diff --git a/app/src/main/res/layout/fragment_profile_followers_following.xml b/app/src/main/res/layout/fragment_profile_followers_following.xml index 93ceefcb..1e06c0d0 100644 --- a/app/src/main/res/layout/fragment_profile_followers_following.xml +++ b/app/src/main/res/layout/fragment_profile_followers_following.xml @@ -7,6 +7,7 @@ #d2d2d2 #0E0E0E #151515 - #050505 + #1e2221 #0C0C0C diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 558b72d1..cd1bc80e 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -149,7 +149,7 @@ @color/darkGreen @color/pitchBlackThemeTextColor @color/pitchBlackThemeTextColor - @color/colorSecondaryContainer + @color/pitchBlackThemeColorSecondary @color/pitchBlackThemeCardBackground @color/diffAddedColor