OSDN Git Service

Show action buttons in expanded notifications.
authorDaniel Sandler <dsandler@android.com>
Fri, 30 Mar 2012 20:37:36 +0000 (16:37 -0400)
committerDaniel Sandler <dsandler@android.com>
Sat, 31 Mar 2012 02:18:06 +0000 (22:18 -0400)
commit96fd7c1c1acc03b40b1813ef65793560c175ef80
treee12358e8b7a6b534f378d77c0814285c4a8e1632
parent5eeee5e0bbf5aba0097a510b3e9dbb286b2b30cd
Show action buttons in expanded notifications.

Any notification with at least one action will now have an
expanded form by default. BigPicture/BigText can have
actions, too, of course.

Change-Id: I6f54cac65d9a9f335d8038c2105cd2c674f991ff
core/java/android/app/Notification.java
core/res/res/layout/notification_action.xml [new file with mode: 0644]
core/res/res/layout/notification_template_base.xml [new file with mode: 0644]
core/res/res/layout/notification_template_big_picture.xml
core/res/res/layout/status_bar_latest_event_content.xml
core/res/res/layout/status_bar_latest_event_content_large_icon.xml [deleted file]
core/res/res/values/public.xml
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java