Fix odd appearance on Settings page when using Hebrew language or any

other RTL(Right to left) language
This commit is contained in:
Jofiel Batista 2020-12-02 19:22:18 -07:00
parent 89fc613715
commit 14a86b6553

View file

@ -36,7 +36,7 @@
android:id="@android:id/summary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@android:id/title"
android:layout_alignStart="@android:id/title"
android:layout_below="@android:id/title"
android:maxLines="4"
android:textAppearance="?android:attr/textAppearanceSmall"