From 804482222c3dc5c30afc72a9b25c0b7f6d7aadbc Mon Sep 17 00:00:00 2001
From: Eric Schmidt
Date: Tue, 31 May 2016 11:56:03 -0700
Subject: [PATCH] docs: Fixed 'MessageStyle' typo
Bug: 28964745
Change-Id: Ida96fbae10fa70c4cfffdad8642cfb4c8132c3a3
---
docs/html/preview/api-overview.jd | 8 ++++----
docs/html/preview/features/notification-updates.jd | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd
index ab2b5ba2314e5..d457d5cb48776 100644
--- a/docs/html/preview/api-overview.jd
+++ b/docs/html/preview/api-overview.jd
@@ -119,10 +119,10 @@ use. Some of the changes include:
- Message style customization: You can customize more of the
- user interface labels associated with your notifications using the
- MessageStyle class. You can configure the message, conversation
- title, and content view.
+ Messaging style customization: You can customize more of
+ the user interface labels associated with your notifications using the
+ MessagingStyle class. You can configure the message,
+ conversation title, and content view.
diff --git a/docs/html/preview/features/notification-updates.jd b/docs/html/preview/features/notification-updates.jd
index 016333734b579..af449cbecb5f3 100644
--- a/docs/html/preview/features/notification-updates.jd
+++ b/docs/html/preview/features/notification-updates.jd
@@ -16,7 +16,7 @@ trainingnavtop=true
Direct Reply
Bundled Notifications
Custom Views
- Message Style
+ Messaging Style
@@ -378,14 +378,14 @@ Notification notification = new Notification.Builder()
Messaging Style
Android N introduces a new API for customizing the style of a notification.
- Using the MessageStyle class, you can change several of the
+ Using the MessagingStyle class, you can change several of the
labels displayed on the notification, including the conversation title,
additional messages, and the content view for the notification.
The following code snippet demonstrates how to customize a notification's
- style using the MessageStyle class.
+ style using the MessagingStyle class.