uhabits icon indicating copy to clipboard operation
uhabits copied to clipboard

Fix the misalignment of "About" page in RTL language

Open getgo-nobugs opened this issue 7 months ago • 0 comments

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

getgo-nobugs avatar Jul 28 '24 03:07 getgo-nobugs