diff --git a/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png b/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png index 4fbfa4f0ecc7f..bdcb37869e75c 100644 Binary files a/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png and b/core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png differ diff --git a/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png b/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png index c01c018683f29..fa27ee4d5a6d4 100644 Binary files a/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png and b/core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png differ diff --git a/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png b/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png deleted file mode 100644 index 9444f0d185834..0000000000000 Binary files a/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png and /dev/null differ diff --git a/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png b/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png index c0796153ec06d..bdcb37869e75c 100644 Binary files a/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png and b/core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png differ diff --git a/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png b/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png index b8e399d9d514a..f0e4d068cbfee 100644 Binary files a/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png and b/core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png differ diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index af04117db6c71..bab84151c9cc2 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -188,7 +188,8 @@ diff --git a/packages/SystemUI/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png b/packages/SystemUI/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png new file mode 100644 index 0000000000000..d21aad295c291 Binary files /dev/null and b/packages/SystemUI/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png differ diff --git a/packages/SystemUI/res/drawable-hdpi/status_bar_item_app_background_normal.9.png b/packages/SystemUI/res/drawable-hdpi/status_bar_item_app_background_normal.9.png deleted file mode 100644 index 4fbfa4f0ecc7f..0000000000000 Binary files a/packages/SystemUI/res/drawable-hdpi/status_bar_item_app_background_normal.9.png and /dev/null differ diff --git a/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png b/packages/SystemUI/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png similarity index 100% rename from core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png rename to packages/SystemUI/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png diff --git a/packages/SystemUI/res/drawable-mdpi/status_bar_item_app_background_normal.9.png b/packages/SystemUI/res/drawable-mdpi/status_bar_item_app_background_normal.9.png deleted file mode 100644 index c0796153ec06d..0000000000000 Binary files a/packages/SystemUI/res/drawable-mdpi/status_bar_item_app_background_normal.9.png and /dev/null differ diff --git a/packages/SystemUI/res/layout/status_bar.xml b/packages/SystemUI/res/layout/status_bar.xml index 5fe8e79f8145a..423cf5aca0ce4 100644 --- a/packages/SystemUI/res/layout/status_bar.xml +++ b/packages/SystemUI/res/layout/status_bar.xml @@ -55,8 +55,6 @@ android:layout_height="match_parent" android:singleLine="true" android:paddingRight="6dip" - android:textSize="16sp" - android:textStyle="bold" android:gravity="center_vertical|left" /> diff --git a/packages/SystemUI/res/layout/status_bar_latest_event.xml b/packages/SystemUI/res/layout/status_bar_latest_event.xml index 88d973985d713..65c731b0e28cc 100644 --- a/packages/SystemUI/res/layout/status_bar_latest_event.xml +++ b/packages/SystemUI/res/layout/status_bar_latest_event.xml @@ -16,8 +16,8 @@