iSoron / uhabits

Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits
GNU General Public License v3.0
7.8k stars 933 forks source link

Fix the misalignment of "About" page in RTL language #2028

Open getgo-nobugs opened 2 months ago

getgo-nobugs commented 2 months ago

Hi,

I just found a bug related to the About page in Arabic. Page in English

image

Page in Arabic

image

The root cause is that you did not put android:textAlignment="start" in the textview. This pull request fixed this issue. Now it looks good.

image