From 863acff83f10cbc1cf19a923672593307fa43e78 Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Fri, 12 Mar 2021 21:45:04 -0500 Subject: [PATCH] RTL Expander Fix Bug: 181048615 Test: visual Change-Id: I85a848696bdb4225d18c3523661a9e92441082e4 --- core/res/res/layout/notification_expand_button.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/notification_expand_button.xml b/core/res/res/layout/notification_expand_button.xml index f92e6d63cbe73..b969fa49bcc79 100644 --- a/core/res/res/layout/notification_expand_button.xml +++ b/core/res/res/layout/notification_expand_button.xml @@ -39,7 +39,7 @@ android:layout_height="@dimen/notification_expand_button_pill_height" android:textAppearance="@style/TextAppearance.DeviceDefault.Notification.Info" android:gravity="center_vertical" - android:paddingLeft="8dp" + android:paddingStart="8dp" />