OSDN Git Service

Add smart reply container to all notification templates
authorPetr Cermak <petrcermak@google.com>
Mon, 18 Dec 2017 14:13:33 +0000 (14:13 +0000)
committerPetr Cermak <petrcermak@google.com>
Wed, 17 Jan 2018 08:42:32 +0000 (08:42 +0000)
commit37ad73d00d01dab6d2caebe33452df9a156d18cb
tree0d16e2f24f05a33c77649b34b647caa2e5bd5812
parentb574fca26257cac73bc87ee783f8be5b15949466
Add smart reply container to all notification templates

This is the first step towards adding smart replies to Android
notifications:

One-pager:  http://go/1p-smart-reply
PRD:        http://go/srn-prd
Mocks:      http://go/p-notifications
Design doc: http://go/srn-design

This patch adds a smart_reply_container LinearLayout to all notification
templates. The container is gone by default, so all notifications should
still look the same.

Bug: 67765414
Test: View several notifications and confirm that they look the same
Change-Id: I28d3d078e3b88f6340713e7457744d8f367a567e
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_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_messaging.xml
core/res/res/layout/notification_template_smart_reply_container.xml [new file with mode: 0644]
core/res/res/values/symbols.xml