From 456d05a48948dd6dbae3dd8ee4fedba0d3a0609f Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 21 Nov 2022 18:26:45 +0100 Subject: [PATCH] close #66 --- mastodon/src/main/res/layout/fragment_profile.xml | 4 ++-- mastodon/src/main/res/values/attrs.xml | 1 + mastodon/src/main/res/values/styles.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mastodon/src/main/res/layout/fragment_profile.xml b/mastodon/src/main/res/layout/fragment_profile.xml index 08d2a066a..54ec673a8 100644 --- a/mastodon/src/main/res/layout/fragment_profile.xml +++ b/mastodon/src/main/res/layout/fragment_profile.xml @@ -29,9 +29,9 @@ android:id="@+id/cover" android:layout_width="match_parent" android:layout_height="200dp" - android:background="?colorWindowBackground" + android:background="?profileHeaderBackground" android:contentDescription="@string/profile_header" - android:scaleType="centerCrop"/> + android:scaleType="centerCrop" /> + diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index 6b977fd38..1a4804d56 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -35,6 +35,7 @@ @color/gray_600 @color/gray_400 @color/primary_100 + @color/gray_500 @drawable/bg_button_primary_dark_on_light @drawable/bg_edittext_light @@ -78,6 +79,7 @@ @color/primary_600 @color/primary_800 @color/gray_400 + ?colorWindowBackground @color/gray_700