Search code examples
androidtextviewsettinglarge-text

Ignoring android large text settings changes in android application?


Currently, I've broken UI when large text is enable in setting accessibility. Is there a tag in manifest or any other solution, to ignore textsize increase and decrease in TextView after check & uncheck large text in accessibility setting.


Solution

  • You can ignore large text option with providing text size in "dp" units not in "sp".