diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml
index 2f71338448d..dbc31be801d 100644
--- a/res/layout/select_account_list_item.xml
+++ b/res/layout/select_account_list_item.xml
@@ -20,7 +20,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/listPreferredItemHeightSmall"
- android:background="@drawable/sim_confirm_dialog_rounded_bg"
android:gravity="center">
diff --git a/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml b/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml
index 610bf3de2e8..081efb31c0a 100644
--- a/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml
+++ b/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml
@@ -26,15 +26,19 @@
android:paddingEnd="24dp"
android:paddingTop="16dp"
android:paddingStart="24dp"
+ android:paddingBottom="32dp"
android:gravity="center"
- android:textAppearance="@style/TextAppearance.DialogMessage"/>
+ android:textAppearance="@style/TextAppearance.DialogMessage"
+ android:visibility="gone"/>
+ android:layout_height="wrap_content"
+ android:visibility="gone"/>
+ android:baselineAligned="true"
+ android:visibility="gone">
@*android:color/surface_dark
-
-