diff --git a/packages/SystemUI/res/drawable/media_output_dialog_button_background.xml b/packages/SystemUI/res/drawable/media_output_dialog_button_background.xml
index 363a022efdac2..d9ae777ef8a1e 100644
--- a/packages/SystemUI/res/drawable/media_output_dialog_button_background.xml
+++ b/packages/SystemUI/res/drawable/media_output_dialog_button_background.xml
@@ -13,17 +13,19 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
-
-
-
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/SystemUI/res/drawable/media_output_dialog_solid_button_background.xml b/packages/SystemUI/res/drawable/media_output_dialog_solid_button_background.xml
index 86f8b42b971ca..d49454fa1504f 100644
--- a/packages/SystemUI/res/drawable/media_output_dialog_solid_button_background.xml
+++ b/packages/SystemUI/res/drawable/media_output_dialog_solid_button_background.xml
@@ -13,17 +13,19 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/SystemUI/res/drawable/media_output_item_background.xml b/packages/SystemUI/res/drawable/media_output_item_background.xml
index 8c23659eb4613..ea77f1be1053e 100644
--- a/packages/SystemUI/res/drawable/media_output_item_background.xml
+++ b/packages/SystemUI/res/drawable/media_output_item_background.xml
@@ -15,9 +15,8 @@
-->
-
+
\ No newline at end of file
diff --git a/packages/SystemUI/res/drawable/media_output_item_background_active.xml b/packages/SystemUI/res/drawable/media_output_item_background_active.xml
index 09dee95ce7bd1..839db4aae4702 100644
--- a/packages/SystemUI/res/drawable/media_output_item_background_active.xml
+++ b/packages/SystemUI/res/drawable/media_output_item_background_active.xml
@@ -15,9 +15,8 @@
-->
-
+ android:radius="28dp"/>
+
\ No newline at end of file
diff --git a/packages/SystemUI/res/drawable/media_output_status_check.xml b/packages/SystemUI/res/drawable/media_output_status_check.xml
index 4e17e48b07ff3..1b750f8959b97 100644
--- a/packages/SystemUI/res/drawable/media_output_status_check.xml
+++ b/packages/SystemUI/res/drawable/media_output_status_check.xml
@@ -15,13 +15,12 @@
-->
diff --git a/packages/SystemUI/res/drawable/media_output_status_failed.xml b/packages/SystemUI/res/drawable/media_output_status_failed.xml
index 81fb92c8161a0..05c6358334410 100644
--- a/packages/SystemUI/res/drawable/media_output_status_failed.xml
+++ b/packages/SystemUI/res/drawable/media_output_status_failed.xml
@@ -15,13 +15,12 @@
-->
diff --git a/packages/SystemUI/res/layout/media_output_dialog.xml b/packages/SystemUI/res/layout/media_output_dialog.xml
index 4e2b4a64b1bca..843770220996c 100644
--- a/packages/SystemUI/res/layout/media_output_dialog.xml
+++ b/packages/SystemUI/res/layout/media_output_dialog.xml
@@ -41,6 +41,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="12dp"
+ android:background="@color/media_dialog_background"
android:orientation="vertical">
@@ -75,7 +76,7 @@
android:id="@+id/device_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="1"
+ android:background="@color/media_dialog_background"
android:orientation="vertical">
@@ -113,7 +115,7 @@
android:id="@+id/done"
style="@style/MediaOutputRoundedButton"
android:layout_width="wrap_content"
- android:layout_height="36dp"
+ android:layout_height="wrap_content"
android:minWidth="0dp"
android:text="@string/inline_done_button"/>
diff --git a/packages/SystemUI/res/layout/media_output_list_item.xml b/packages/SystemUI/res/layout/media_output_list_item.xml
index 2f5f8d6795c0c..89316893cead9 100644
--- a/packages/SystemUI/res/layout/media_output_list_item.xml
+++ b/packages/SystemUI/res/layout/media_output_list_item.xml
@@ -17,7 +17,6 @@
#85ffffff
+
+ @android:color/system_neutral1_900
+ @android:color/system_accent1_100
+ @android:color/system_accent2_800
+ @android:color/system_accent1_100
+ @android:color/system_neutral1_50
+ @android:color/system_accent2_800
+ @android:color/system_accent1_100
+ @android:color/system_accent1_100
+ @android:color/system_neutral2_800
+
#ffcccccc
@android:color/system_accent1_300
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml
index 2b16ec2182173..11865a52e9d8a 100644
--- a/packages/SystemUI/res/values/colors.xml
+++ b/packages/SystemUI/res/values/colors.xml
@@ -16,8 +16,7 @@
* limitations under the License.
*/
-->
-
+
#ffffffff
@color/system_bar_background_opaque
#ff000000
@@ -173,6 +172,17 @@
?android:attr/colorAccent
+
+ @android:color/system_neutral1_100
+ @android:color/system_accent1_600
+ @android:color/system_neutral1_50
+ @android:color/system_accent1_600
+ @android:color/system_neutral1_900
+ @android:color/system_accent1_900
+ @android:color/system_accent1_600
+ @android:color/system_accent1_900
+ @android:color/system_accent2_50
+
#E6FFFFFF
#99FFFFFF
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml
index 061a74885e683..54a0a5b700430 100644
--- a/packages/SystemUI/res/values/styles.xml
+++ b/packages/SystemUI/res/values/styles.xml
@@ -450,14 +450,27 @@
- @drawable/btn_borderless_rect
+
+
+
+