diff --git a/Habitica/res/layout/fragment_challenge_detail.xml b/Habitica/res/layout/fragment_challenge_detail.xml
index 378418a37..bc7dd0208 100644
--- a/Habitica/res/layout/fragment_challenge_detail.xml
+++ b/Habitica/res/layout/fragment_challenge_detail.xml
@@ -179,6 +179,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="11dp"
android:lineSpacingExtra="4sp"
+ android:background="@drawable/layout_rounded_bg_window"
+ android:padding="@dimen/spacing_large"
tools:text="There’s always more to learn! Maybe it’s a specialized topic you’re interested in, or maybe it’s the experiences of a notable contributor. Read about it and you may win 15 gems!" />
diff --git a/Habitica/res/layout/fragment_guild_detail.xml b/Habitica/res/layout/fragment_guild_detail.xml
index b62f35db0..a9849aee2 100644
--- a/Habitica/res/layout/fragment_guild_detail.xml
+++ b/Habitica/res/layout/fragment_guild_detail.xml
@@ -5,7 +5,7 @@
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/refreshLayout"
- android:background="@color/window_background">
+ android:background="@color/content_background">
@@ -101,10 +101,6 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="?attr/colorContentBackground">
-
-
-
+ android:layout_marginTop="@dimen/spacing_large"
+ android:background="@drawable/layout_rounded_bg_window"
+ android:padding="@dimen/spacing_large"/>
+ android:layout_marginTop="@dimen/spacing_large"
+ android:background="@drawable/layout_rounded_bg_window"
+ android:padding="@dimen/spacing_large" />
-
\ No newline at end of file
diff --git a/Habitica/res/layout/party_member.xml b/Habitica/res/layout/party_member.xml
index a208cc65f..14324c98a 100644
--- a/Habitica/res/layout/party_member.xml
+++ b/Habitica/res/layout/party_member.xml
@@ -5,9 +5,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
+ android:background="@drawable/layout_rounded_bg_window"
android:padding="@dimen/spacing_large"
android:foreground="?android:attr/selectableItemBackground"
- android:focusable="true">
+ android:focusable="true"
+ android:layout_marginBottom="@dimen/spacing_medium">
+ app:barBackgroundColor="@color/offset_background"/>
+ app:barBackgroundColor="@color/offset_background"/>
+ app:barBackgroundColor="@color/offset_background"/>
-