summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2010-08-27 22:49:15 -0400
committerDaniel Sandler <dsandler@android.com>2010-09-01 14:02:30 -0400
commit8f8fcfa319e0e0af14aa8f8555be58555703af02 (patch)
tree16c87ff384fc21818d5e62978ea0bd29a85be9c5 /packages
parent1751086360056bc60d00f2ed2988bc82be9e7bd9 (diff)
downloadframeworks_base-8f8fcfa319e0e0af14aa8f8555be58555703af02.zip
frameworks_base-8f8fcfa319e0e0af14aa8f8555be58555703af02.tar.gz
frameworks_base-8f8fcfa319e0e0af14aa8f8555be58555703af02.tar.bz2
Notifications are now light-on-dark in the windowshade.
Finally. This also fixes that little 1px gap that would occasionally show through to the carbon fiber background (changed to steel cord for now) between the last notification and the windowshade's handlebar. It still gaps a little while you're dragging, due to the asynchronous motion of the various windows involved, but when the panel is still you shouldn't see any background. (Man, that drove me crazy.) Bug: 2949229 Change-Id: If085f4ab7dfb7c3868c30469661907d5d63f070b
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/drawable-hdpi/divider_horizontal_dark_opaque.9.pngbin0 -> 2747 bytes
-rw-r--r--packages/SystemUI/res/drawable-hdpi/status_bar_item_app_background_normal.9.pngbin322 -> 0 bytes
-rw-r--r--packages/SystemUI/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png (renamed from packages/SystemUI/res/drawable-mdpi/status_bar_item_app_background_normal.9.png)bin3013 -> 2805 bytes
-rw-r--r--packages/SystemUI/res/layout/status_bar.xml2
-rw-r--r--packages/SystemUI/res/layout/status_bar_latest_event.xml4
5 files changed, 2 insertions, 4 deletions
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 0000000..d21aad2
--- /dev/null
+++ b/packages/SystemUI/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png
Binary files 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 4fbfa4f..0000000
--- a/packages/SystemUI/res/drawable-hdpi/status_bar_item_app_background_normal.9.png
+++ /dev/null
Binary files differ
diff --git a/packages/SystemUI/res/drawable-mdpi/status_bar_item_app_background_normal.9.png b/packages/SystemUI/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png
index c079615..9444f0d 100644
--- a/packages/SystemUI/res/drawable-mdpi/status_bar_item_app_background_normal.9.png
+++ b/packages/SystemUI/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png
Binary files differ
diff --git a/packages/SystemUI/res/layout/status_bar.xml b/packages/SystemUI/res/layout/status_bar.xml
index 5fe8e79..423cf5a 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"
/>
</LinearLayout>
diff --git a/packages/SystemUI/res/layout/status_bar_latest_event.xml b/packages/SystemUI/res/layout/status_bar_latest_event.xml
index 88d9739..65c731b 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 @@
<View
android:layout_width="match_parent"
- android:layout_height="1sp"
- android:background="@android:drawable/divider_horizontal_bright"
+ android:layout_height="wrap_content"
+ android:background="@drawable/divider_horizontal_dark_opaque"
/>
</LinearLayout>