diff --git a/res/drawable/ic_call_24dp.xml b/res/drawable/ic_call_24dp.xml
deleted file mode 100644
index 950547a917b..00000000000
--- a/res/drawable/ic_call_24dp.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/drawable/ic_chat_24dp.xml b/res/drawable/ic_chat_24dp.xml
deleted file mode 100644
index 2df12b37f98..00000000000
--- a/res/drawable/ic_chat_24dp.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/drawable/ic_mail_24dp.xml b/res/drawable/ic_mail_24dp.xml
deleted file mode 100644
index 46f45842797..00000000000
--- a/res/drawable/ic_mail_24dp.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/support_escalation_card.xml b/res/layout/support_escalation_card.xml
deleted file mode 100644
index 29d2965d62e..00000000000
--- a/res/layout/support_escalation_card.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/support_escalation_options.xml b/res/layout/support_escalation_options.xml
new file mode 100644
index 00000000000..bedb4476851
--- /dev/null
+++ b/res/layout/support_escalation_options.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
diff --git a/res/layout/support_item_title.xml b/res/layout/support_item_title.xml
index 6bdd5237ff4..b99a552223c 100644
--- a/res/layout/support_item_title.xml
+++ b/res/layout/support_item_title.xml
@@ -19,22 +19,22 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@color/support_escalation_background"
+ android:paddingTop="32dp"
+ android:paddingBottom="32dp"
+ android:paddingStart="56dp"
+ android:paddingEnd="56dp"
android:orientation="vertical">
+ android:textAppearance="@style/TextAppearance.Small"
+ android:textColor="?android:attr/textColorSecondary"/>
\ No newline at end of file
diff --git a/res/layout/support_sign_in_button.xml b/res/layout/support_sign_in_button.xml
index 28e27343a71..4a14ac3a924 100644
--- a/res/layout/support_sign_in_button.xml
+++ b/res/layout/support_sign_in_button.xml
@@ -19,6 +19,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:background="@color/support_escalation_background"
+ android:gravity="center_horizontal"
android:orientation="vertical">