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