TrianguloY / URLCheck

Android app by TrianguloY: URLCheck
Other
969 stars 57 forks source link

Option to bring the popup to the bottom of the screen #351

Open Anarchtism opened 6 months ago

Anarchtism commented 6 months ago

Describe a related problem (optional)

It's a bit hard to reach the URLCheck popup sometimes.

Describe your suggested feature

I'd like to have an option to display the popup at the bottom of the screen instead of the middle.

Describe alternatives you've considered for your suggested feature

No response

Other details

No response

Acknowledgements

PabloOQ commented 6 months ago

To add to this, I think it would be great far more customization, like to the left or right of the screen too, for foldables or tablets.

TrianguloY commented 6 months ago

The current app uses the default dialog theme to display itself in the middle of the screen with a transparent/translucent background. I'm not sure if the position can be customized, but I can check.

An alternative would be to use a custom layout (like most bottom sheets apps do) which I don't discard, but I'm very bad with any theme-relate task :/