From 7ef81a69d9b13c787462b5bb343ae551afb69bfe Mon Sep 17 00:00:00 2001 From: Steve Elliott Date: Thu, 30 May 2019 16:48:45 -0400 Subject: [PATCH] Fix RTL placement of "Silent Notifications" section header Fixes: 133258925 Test: manual Change-Id: I5719a2db4ea1e4c3a58f973fb2538a7085052651 --- .../res/layout/status_bar_notification_section_header.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/res/layout/status_bar_notification_section_header.xml b/packages/SystemUI/res/layout/status_bar_notification_section_header.xml index 0c3c597a7b3a5..d3eb9aeb1710e 100644 --- a/packages/SystemUI/res/layout/status_bar_notification_section_header.xml +++ b/packages/SystemUI/res/layout/status_bar_notification_section_header.xml @@ -44,6 +44,8 @@ android:layout_height="wrap_content" android:layout_weight="1" android:layout_marginStart="@dimen/notification_section_header_padding_left" + android:gravity="start" + android:textAlignment="gravity" android:text="@string/notification_section_header_gentle" android:textSize="12sp" android:textColor="@color/notification_section_header_label_color"