OSDN Git Service

Continued implementing the notification templates
authorSelim Cinek <cinek@google.com>
Wed, 18 Nov 2015 03:04:39 +0000 (19:04 -0800)
committerSelim Cinek <cinek@google.com>
Tue, 1 Dec 2015 01:45:15 +0000 (17:45 -0800)
commit29603462d6d0d9832a6c36e6ecfca12225bd30bc
treec7dc35bfd84ef31c1e120cfdab1918e3330437e6
parent5f71bee3a83fa9465f03dcd1108c038f0339e3c5
Continued implementing the notification templates

The progressbar is now also adapted to always have
at most 2 lines.

Change-Id: I092cf2fdfbbd474288398106309ad2ca85b7054b
15 files changed:
core/java/android/app/Notification.java
core/res/res/layout/notification_template_header.xml
core/res/res/layout/notification_template_material_base.xml
core/res/res/layout/notification_template_material_big_base.xml
core/res/res/layout/notification_template_material_big_media.xml
core/res/res/layout/notification_template_material_big_picture.xml
core/res/res/layout/notification_template_material_big_text.xml
core/res/res/layout/notification_template_material_inbox.xml
core/res/res/layout/notification_template_material_media.xml
core/res/res/layout/notification_template_part_line1.xml
core/res/res/layout/notification_template_part_line2.xml [deleted file]
core/res/res/layout/notification_template_part_line3.xml
core/res/res/layout/notification_template_progress.xml [new file with mode: 0644]
core/res/res/values/symbols.xml
packages/SystemUI/src/com/android/systemui/statusbar/NotificationTemplateViewWrapper.java