Merge "Fix the layout direction problem in RTL locale" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-07 01:59:25 +00:00
committed by Android (Google) Code Review

View 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