Fix the layout direction problem in RTL locale

Fixes: 153851006
Test: manual test
Change-Id: I46822b58b9584168e8b1fe2a3946fbdd3697b6f4
This commit is contained in:
Sunny Shao
2020-05-06 19:53:03 +08:00
parent 6e68e34f2a
commit fdf6273580

View File

@@ -55,6 +55,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_vertical" android:gravity="center_vertical"
android:layoutDirection="ltr"
android:paddingTop="8dp"> android:paddingTop="8dp">
<ImageView <ImageView