Ignoring android large text settings changes in android application?

1k views Asked by At

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.

1

There are 1 answers

2
Orest On BEST ANSWER

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