Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix layout for different font sizes on Android #74

Open
spieglt opened this issue Apr 2, 2024 · 3 comments
Open

Fix layout for different font sizes on Android #74

spieglt opened this issue Apr 2, 2024 · 3 comments

Comments

@spieglt
Copy link
Owner

spieglt commented Apr 2, 2024

Someone emailed me noting that the layout is wrong when using a larger font size on Android.
Screenshot_20240401-180507

@hexnt
Copy link

hexnt commented Sep 17, 2024

Hi, I second this, especially as for the QR code being displayed under the text. When I try to share files with people having larger font set on their Android devices, the QR code cannot be read which prevents sending. To circumvent this - people have to change their screen size font every time sharing/receiving files. There could be a possible quickfix to bring the QR code component Z index up so the layer is always at the top if preparing assets for different resolutions is not an option at the moment.

@spieglt
Copy link
Owner Author

spieglt commented Sep 20, 2024

I'm not sure how to do layout properly for larger font sizes, I'll have to research. And I won't get to this until after I'm done with the Bluetooth rewrite. However, once that's out, if both devices have Bluetooth, they won't need to use a QR code, which will hopefully be a workaround for some people at least.

@spieglt
Copy link
Owner Author

spieglt commented Sep 20, 2024

Adjusting the Z index is a good idea, will keep it in mind. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants