My Android app uses designer script to adjust the size and position of each control. The AutoScaleAll is left on (not commented out). In use, the app looks like this:
On a different, larger device used by my colleague, it looks very similar. However, another colleague using the same larger device as the first colleague, but who has customized his device to use larger fonts, sees this view of the app, with the text truncated due to larger fontsize.
Is there a way I can override the custom fontsize settings in a user's device so that the font will fit properly within my app?
On a different, larger device used by my colleague, it looks very similar. However, another colleague using the same larger device as the first colleague, but who has customized his device to use larger fonts, sees this view of the app, with the text truncated due to larger fontsize.
Is there a way I can override the custom fontsize settings in a user's device so that the font will fit properly within my app?