mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Fix odd appearance on Settings page when using Hebrew language or any
other RTL(Right to left) language
This commit is contained in:
parent
89fc613715
commit
14a86b6553
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue