diff --git a/app/src/main/res/layout/callee_must_accept_message_request_dialog_fragment.xml b/app/src/main/res/layout/callee_must_accept_message_request_dialog_fragment.xml
index 1b0e41c7f3..fc25406752 100644
--- a/app/src/main/res/layout/callee_must_accept_message_request_dialog_fragment.xml
+++ b/app/src/main/res/layout/callee_must_accept_message_request_dialog_fragment.xml
@@ -26,9 +26,9 @@
app:lineHeight="22sp"
tools:text="+1234567890 will get a message request from you. You can call once your message request is accepted." />
-
-
-
-
-
diff --git a/app/src/main/res/layout/message_details_recipient.xml b/app/src/main/res/layout/message_details_recipient.xml
index cabd935bdc..93502c6b73 100644
--- a/app/src/main/res/layout/message_details_recipient.xml
+++ b/app/src/main/res/layout/message_details_recipient.xml
@@ -3,7 +3,9 @@
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/group_media_card"
- style="@style/Widget.Signal.CardView.PreferenceRow"
+ app:cardBackgroundColor="?android:attr/windowBackground"
+ app:cardCornerRadius="0dp"
+ app:cardElevation="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
diff --git a/app/src/main/res/layout/message_details_recipient_header.xml b/app/src/main/res/layout/message_details_recipient_header.xml
index 2e3c77528e..3138ee25a0 100644
--- a/app/src/main/res/layout/message_details_recipient_header.xml
+++ b/app/src/main/res/layout/message_details_recipient_header.xml
@@ -1,11 +1,13 @@
+ android:layout_height="wrap_content"
+ app:cardBackgroundColor="?android:attr/windowBackground"
+ app:cardCornerRadius="0dp"
+ app:cardElevation="0dp">
+ android:layout_gravity="end|center_vertical"
+ app:iconColor="@color/signal_inverse_primary" />
\ No newline at end of file
diff --git a/app/src/main/res/layout/recipient_bottom_sheet.xml b/app/src/main/res/layout/recipient_bottom_sheet.xml
index 32ffc5a5f8..bfd6d5b000 100644
--- a/app/src/main/res/layout/recipient_bottom_sheet.xml
+++ b/app/src/main/res/layout/recipient_bottom_sheet.xml
@@ -121,126 +121,144 @@
-
-
-
-
-
-
-
-
-