• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Adjust font size

    Hi All, How can I prevent Font size changes from affecting the controls on my app? I have tried the following public void adjustFontScale(Configuration configuration) { if(configuration.fontScale > 1.3f) { configuration.fontScale = 1.3f; DisplayMetrics...