diff --git a/core/res/res/drawable/autofill_bottomsheet_background.xml b/core/res/res/drawable/autofill_bottomsheet_background.xml
new file mode 100644
index 0000000000000..0bbc009bd3c17
--- /dev/null
+++ b/core/res/res/drawable/autofill_bottomsheet_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/core/res/res/drawable/bottomsheet_background.xml b/core/res/res/drawable/bottomsheet_background.xml
index 9469e0a672076..00d53004c9dca 100644
--- a/core/res/res/drawable/bottomsheet_background.xml
+++ b/core/res/res/drawable/bottomsheet_background.xml
@@ -16,7 +16,7 @@
-
+ android:topLeftRadius="@dimen/config_bottomDialogCornerRadius"
+ android:topRightRadius="@dimen/config_bottomDialogCornerRadius"/>
+
diff --git a/core/res/res/layout/autofill_fill_dialog.xml b/core/res/res/layout/autofill_fill_dialog.xml
index e638764840738..e2ef1942e4bd2 100644
--- a/core/res/res/layout/autofill_fill_dialog.xml
+++ b/core/res/res/layout/autofill_fill_dialog.xml
@@ -20,7 +20,7 @@
android:id="@+id/autofill_dialog_picker"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@drawable/bottomsheet_background"
+ android:background="@drawable/autofill_bottomsheet_background"
android:orientation="vertical">