From f6972b29b1b7626b538ed8bb57e7260302840b84 Mon Sep 17 00:00:00 2001 From: Yanting Yang Date: Thu, 27 Jun 2019 21:20:12 +0800 Subject: [PATCH] Fix RTL issue of Deferred Setup card Correct layout gravity to "start" to apply RTL layout. Fixes: 131913172 Test: visual Change-Id: I5935c5c1415070803141634ff4e92f1c65fc94f6 (cherry picked from commit c200df360cc5dfb29a649ebbba7a632c77408e3d) --- res/layout/contextual_slice_deferred_setup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/contextual_slice_deferred_setup.xml b/res/layout/contextual_slice_deferred_setup.xml index e695d1ddb12..7d5b688c1e8 100644 --- a/res/layout/contextual_slice_deferred_setup.xml +++ b/res/layout/contextual_slice_deferred_setup.xml @@ -25,7 +25,7 @@ android:id="@+id/content" android:layout_width="match_parent" android:layout_height="match_parent" - android:gravity="left" + android:gravity="start" android:orientation="vertical" android:paddingEnd="@dimen/contextual_card_padding_end" android:paddingTop="@dimen/contextual_deferred_setup_card_padding_top"