Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: bf6b0d0360 am: 723daf7fe5

Change-Id: Iab861c44f60ae436acc0f71ea912dfb6c1cc6cdc
This commit is contained in:
TreeHugger Robot
2020-04-22 19:54:02 +00:00
committed by Automerger Merge Worker

View File

@@ -36,7 +36,7 @@
android:paddingTop="8dp"
android:gravity="start"
android:layout_alignParentStart="true"
android:layout_toLeftOf="@+id/toggle"
android:layout_toStartOf="@+id/toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
@@ -46,7 +46,7 @@
android:paddingHorizontal="8dp"
android:paddingBottom="8dp"
android:layout_alignParentStart="true"
android:layout_toLeftOf="@+id/toggle"
android:layout_toStartOf="@+id/toggle"
android:layout_below="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"