Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits
GNU General Public License v3.0
7.96k
stars
940
forks
source link
Fix the misalignment of "About" page in RTL language #2028
Open
getgo-nobugs opened 3 months ago
Hi,
I just found a bug related to the About page in Arabic. Page in English
Page in Arabic
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.