From a7b2860f0c0006b685a1c2ed9649168f46b5a235 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Thu, 3 May 2018 17:41:21 -0700 Subject: [PATCH] Fixed the RTL appearance of messagingStyle LTR text was still appearing LTR, but we rather use viewstart Test: visually Change-Id: Id95a8422f1a6143b642e5653d201861cdb6d0ca7 Fixes: 79223146 --- core/res/res/layout/notification_template_messaging_group.xml | 1 + .../res/layout/notification_template_messaging_text_message.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/core/res/res/layout/notification_template_messaging_group.xml b/core/res/res/layout/notification_template_messaging_group.xml index 08f8f57455001..0717d962d69fb 100644 --- a/core/res/res/layout/notification_template_messaging_group.xml +++ b/core/res/res/layout/notification_template_messaging_group.xml @@ -36,6 +36,7 @@ android:id="@+id/message_name" style="@style/Widget.Material.Notification.MessagingName" android:layout_width="wrap_content" + android:textAlignment="viewStart" />