From 07e323c0c61e2a9fc48bf91a02de6b19d2de1ece Mon Sep 17 00:00:00 2001 From: yueg Date: Tue, 19 Dec 2017 16:05:47 -0800 Subject: Bubble v2 RTL language fixes. - Always use LTR layout direction for root view to avoid jank animation. - Set menu button icon position (left or right) according to default locale. - Set bubble default showing position (left or right) according to default locale. Bug: 67605985 Test: NewBubbleIntegrationTest PiperOrigin-RevId: 179616379 Change-Id: If418cbbf4747c2b655bc83d7c06fc0139979d94b --- java/com/android/newbubble/res/layout/new_bubble_base.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'java/com/android/newbubble/res/layout/new_bubble_base.xml') diff --git a/java/com/android/newbubble/res/layout/new_bubble_base.xml b/java/com/android/newbubble/res/layout/new_bubble_base.xml index f83b75395..f6ce26dd1 100644 --- a/java/com/android/newbubble/res/layout/new_bubble_base.xml +++ b/java/com/android/newbubble/res/layout/new_bubble_base.xml @@ -21,6 +21,7 @@ android:layout_height="wrap_content" android:clipChildren="true" android:clipToPadding="false" + android:layoutDirection="ltr" tools:theme="@style/Theme.AppCompat">