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.
Asked
Active
Viewed 1,018 times
1 Answers
3
You can ignore large text option with providing text size in "dp" units not in "sp".

Orest
- 6,548
- 10
- 54
- 84
-
I did exactly same thing but it affect textsize in tablet. Is there another better solution? – kabindra Apr 10 '15 at 11:14
-
By default, without changing any of the font size preferences, 1sp is equivalent to 1dp (also, they are equivalent before the preference was introduced). So probably on tablet you have changed some text preferences. – Orest Apr 10 '15 at 11:41