diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index 4cdf4f6f9e60f..02524bf242f3f 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -244,6 +244,7 @@ true ?android:attr/textAppearanceSmallInverse @android:color/primary_text_light + bold center_vertical|center_horizontal diff --git a/packages/SystemUI/res/drawable-hdpi/divider_horizontal_light_opaque.9.png b/packages/SystemUI/res/drawable-hdpi/divider_horizontal_light_opaque.9.png new file mode 100644 index 0000000000000..f70f079b1943e Binary files /dev/null and b/packages/SystemUI/res/drawable-hdpi/divider_horizontal_light_opaque.9.png differ diff --git a/packages/SystemUI/res/drawable-mdpi/divider_horizontal_light_opaque.9.png b/packages/SystemUI/res/drawable-mdpi/divider_horizontal_light_opaque.9.png new file mode 100644 index 0000000000000..f70f079b1943e Binary files /dev/null and b/packages/SystemUI/res/drawable-mdpi/divider_horizontal_light_opaque.9.png differ diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index 12d1d5c37e2d7..c3f42056178f3 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded.xml @@ -57,7 +57,7 @@ style="?android:attr/buttonStyle" android:paddingLeft="15dp" android:paddingRight="15dp" - android:background="@drawable/btn_default_small" + android:background="@android:drawable/btn_default_small" /> diff --git a/packages/SystemUI/res/layout/status_bar_latest_event.xml b/packages/SystemUI/res/layout/status_bar_latest_event.xml index 65c731b0e28cc..b8a1cbea92057 100644 --- a/packages/SystemUI/res/layout/status_bar_latest_event.xml +++ b/packages/SystemUI/res/layout/status_bar_latest_event.xml @@ -17,7 +17,7 @@