TrianguloY / UrlChecker

Android app by TrianguloY: URLCheck
Other
928 stars 53 forks source link

[Bug] Padding on Hebrew language #63

Closed Ilithy closed 2 years ago

Ilithy commented 2 years ago

Describe the bug Lack of padding to the open button in the Hebrew interface

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Url Checker home'
  2. Click on 'Icon'
  3. Scroll down to 'iw' language
  4. Click on url link test
  5. See open button

Screenshots IMG_20220822_115859

System Info (please complete the following information):

Additional context Maybe a separate padding for specific languages could be the solution

TrianguloY commented 2 years ago

Maybe a separate padding for specific languages could be the solution

It shouldn't be necessary. Android manages RTL (right to left) locales automatically, by flipping almost everything on the screen. For some reason that button isn't being flipped, maybe I missed a config or made a mistake in the drawable. Should be an easy fix.