Fix the accessibility toggle layout for RTL

Bug: 150662920
Test: manually observed the toggle with an RTL layout
Change-Id: Ib501f9e9d8a3ecadc5836db980d413f73c09d635
This commit is contained in:
Ilya Matyukhin
2020-04-21 19:57:03 -07:00
parent 9674276bb5
commit df59284329

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"