Currently, I am developing one android app so in that, I need to implement such functionality that prevents layout scaling whenever user change display size from the android device setting app. 
I am using the below library for font size and view size. For font size https://github.com/intuit/ssp For view size https://github.com/intuit/sdp
if you need your text to fix size for all screens, you'll have to use
dp.Here is the documentation.