diff options
| author | Daniel Sandler <dsandler@android.com> | 2010-08-27 22:49:15 -0400 |
|---|---|---|
| committer | Daniel Sandler <dsandler@android.com> | 2010-09-01 14:02:30 -0400 |
| commit | 8f8fcfa319e0e0af14aa8f8555be58555703af02 (patch) | |
| tree | 16c87ff384fc21818d5e62978ea0bd29a85be9c5 /core | |
| parent | 1751086360056bc60d00f2ed2988bc82be9e7bd9 (diff) | |
| download | frameworks_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 'core')
| -rw-r--r-- | core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png | bin | 2805 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/status_bar_item_app_background_normal.9.png | bin | 322 -> 98 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/status_bar_item_background_normal.9.png | bin | 197 -> 2800 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png | bin | 2805 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png | bin | 3013 -> 98 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/status_bar_item_background_normal.9.png | bin | 186 -> 2835 bytes | |||
| -rw-r--r-- | core/res/res/values/styles.xml | 6 |
7 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png b/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png Binary files differdeleted file mode 100644 index 9444f0d..0000000 --- a/core/res/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png +++ /dev/null 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 Binary files differindex 4fbfa4f..bdcb378 100644 --- 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 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 Binary files differindex c01c018..fa27ee4 100644 --- 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 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 Binary files differdeleted file mode 100644 index 9444f0d..0000000 --- a/core/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png +++ /dev/null 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 Binary files differindex c079615..bdcb378 100644 --- 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 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 Binary files differindex b8e399d..f0e4d06 100644 --- 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 diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index af04117..bab8415 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -188,7 +188,8 @@ <!-- Status Bar Styles --> <style name="TextAppearance.StatusBar"> - <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> + <item name="android:textSize">14sp</item> + <item name="android:textStyle">normal</item> <item name="android:textColor">?android:attr/textColorPrimary</item> </style> <style name="TextAppearance.StatusBar.Ticker"> @@ -201,10 +202,9 @@ <item name="android:textStyle">bold</item> </style> <style name="TextAppearance.StatusBar.EventContent"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> </style> <style name="TextAppearance.StatusBar.EventContent.Title"> - <item name="android:textSize">18sp</item> + <item name="android:textSize">16sp</item> <item name="android:textStyle">bold</item> </style> |
