OSDN Git Service

Fix the layout direction problem in RTL locale
authorSunny Shao <sunnyshao@google.com>
Wed, 6 May 2020 11:53:03 +0000 (19:53 +0800)
committerSunny Shao <sunnyshao@google.com>
Wed, 6 May 2020 11:53:03 +0000 (19:53 +0800)
Fixes: 153851006
Test: manual test
Change-Id: I46822b58b9584168e8b1fe2a3946fbdd3697b6f4

res/layout/font_size_activity.xml

index 3e84336..32de37d 100644 (file)
@@ -55,6 +55,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:gravity="center_vertical"
+                android:layoutDirection="ltr"
                 android:paddingTop="8dp">
 
                 <ImageView