diff --git a/mastodon/src/main/res/layout/fragment_profile.xml b/mastodon/src/main/res/layout/fragment_profile.xml index b7bfcec24..fc2197d98 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 b482a8c73..314e07986 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -36,6 +36,7 @@ @color/gray_600 @color/gray_400 @color/primary_100 + @color/gray_500 @drawable/bg_button_primary_dark_on_light @drawable/bg_edittext_light @@ -80,6 +81,7 @@ @color/primary_600 @color/primary_800 @color/gray_400 + ?colorWindowBackground @color/gray_700