From 14a86b6553c4cfcd5750415ca668f0d6c47feaa6 Mon Sep 17 00:00:00 2001 From: Jofiel Batista Date: Wed, 2 Dec 2020 19:22:18 -0700 Subject: [PATCH] Fix odd appearance on Settings page when using Hebrew language or any other RTL(Right to left) language --- Habitica/res/layout/preference_child_summary.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Habitica/res/layout/preference_child_summary.xml b/Habitica/res/layout/preference_child_summary.xml index 316de8c53..1705c06be 100644 --- a/Habitica/res/layout/preference_child_summary.xml +++ b/Habitica/res/layout/preference_child_summary.xml @@ -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"