diff --git a/packages/CarSystemUI/Android.bp b/packages/CarSystemUI/Android.bp index 8f13497b2673d..f244f9f886848 100644 --- a/packages/CarSystemUI/Android.bp +++ b/packages/CarSystemUI/Android.bp @@ -45,6 +45,7 @@ android_app { "androidx.slice_slice-builders", "androidx.arch.core_core-runtime", "androidx.lifecycle_lifecycle-extensions", + "car-theme-lib-bp", "SystemUI-tags", "SystemUI-proto", ], diff --git a/packages/CarSystemUI/res/layout/car_volume_dialog.xml b/packages/CarSystemUI/res/layout/car_volume_dialog.xml index c98740e42701e..709797d41060a 100644 --- a/packages/CarSystemUI/res/layout/car_volume_dialog.xml +++ b/packages/CarSystemUI/res/layout/car_volume_dialog.xml @@ -20,11 +20,9 @@ android:id="@+id/volume_list" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@android:color/black" android:minWidth="@dimen/volume_dialog_panel_width" - android:theme="@style/Theme.Car.DialogListView" - app:dividerEndMargin="@dimen/car_keyline_1" - app:dividerStartMargin="@dimen/car_keyline_1" + android:theme="@style/PagedListViewTheme" app:gutter="none" app:scrollBarEnabled="false" + app:listDividerColor="@color/list_divider_color" app:showPagedListViewDivider="true"/> diff --git a/packages/CarSystemUI/res/values/colors.xml b/packages/CarSystemUI/res/values/colors.xml index df8f8dba06b94..c510ab6d10466 100644 --- a/packages/CarSystemUI/res/values/colors.xml +++ b/packages/CarSystemUI/res/values/colors.xml @@ -51,4 +51,6 @@ #ff212121 @android:color/black + + @*android:color/car_list_divider_light diff --git a/packages/CarSystemUI/res/values/styles.xml b/packages/CarSystemUI/res/values/styles.xml index 7f4544a384792..0d95d308f48b4 100644 --- a/packages/CarSystemUI/res/values/styles.xml +++ b/packages/CarSystemUI/res/values/styles.xml @@ -41,15 +41,16 @@ @color/nav_bar_ripple_background_color - - - + + \ No newline at end of file