everything is working correctly if the system font is set to normal
if it is set to anything other than normal then stuff will go wrong
normal font
large font
at first i thought the problem is from the website , it appeared that the system font change does not affect websites (on browser) so everything was running smooth when viewing the website from the browser
how could i possibly fix this issue ?
can i disable changing font size for my app ?
If there is a simple way to get the data (images and text) then you can use xCLV to create this layout natively. This way you will have full control over the layout.
If there is a simple way to get the data (images and text) then you can use xCLV to create this layout natively. This way you will have full control over the layout.
You can add this code, based on the solution from that link, to your activity:
(...)
It will be called. It has no effect based on my test with Android 10.
About that Java Inline code, I managed to make it work.
The secret is to force finish the Activity and restart it again, so that the new setting is applied.
Attached a test project demonstrating this possibility.
The size of the texts is applied to the whole app and the new setting has effect on every text object, even MsgBoxes
... EXCEPT toast messages
About that Java Inline code, I managed to make it work.
The secret is to force finish the Activity and restart it again, so that the new setting is applied.
Attached a test project demonstrating this possibility.
The size of the texts is applied to the whole app and the new setting has effect on every text object, even MsgBoxes
... EXCEPT toast messages