OSDN Git Service

The icon sticks out of the ticker.
authorJoe Onorato <joeo@google.com>
Sun, 21 Nov 2010 23:34:48 +0000 (15:34 -0800)
committerJoe Onorato <joeo@google.com>
Mon, 22 Nov 2010 00:16:29 +0000 (16:16 -0800)
commit52f80cd36f406725e85a1825741a45c69de3d898
tree8d4e9132fbd8ef9cb25fb2e5c71d33b43fdf9771
parent4cddc98a4b63961e3528c5a70cd5c55a67a0c60a
The icon sticks out of the ticker.

The ticker still needs to show up over the status bar, which will take a bit of
window manager work, so it's just out of position for now.

Change-Id: Ib5781925db63a22d9352a7b5017a36eec3229395
14 files changed:
core/java/android/app/Notification.java
core/res/res/layout-xlarge/status_bar_latest_event_content.xml
core/res/res/layout-xlarge/status_bar_latest_event_content_large_icon.xml
core/res/res/layout-xlarge/status_bar_latest_event_ticker.xml
core/res/res/layout-xlarge/status_bar_latest_event_ticker_large_icon.xml
packages/SystemUI/res/drawable/status_bar_ticker_background.xml [new file with mode: 0644]
packages/SystemUI/res/layout-xlarge/status_bar.xml
packages/SystemUI/res/layout-xlarge/status_bar_latest_event.xml
packages/SystemUI/res/layout-xlarge/ticker.xml
packages/SystemUI/res/layout-xlarge/ticker_compat.xml
packages/SystemUI/res/values-xlarge/dimens.xml [new file with mode: 0644]
packages/SystemUI/res/values/colors.xml
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletTicker.java