Search code examples
androidandroid-7.0-nougatandroid-7.1-nougat

Changing 'Screen Zoom' setting to 'Large' completely messing few screens (especially fragment layout) in my App


We know 'Android-N (7.0)' has introduced new feature where we can change 'Screen-Zoom' level from device settings. But changing 'Screen Zoom' level to 'Large' completely messing few screens (especially fragment layout) in my app. As suggested here, I have specified dimensions with Density-independent Pixel (dp), also I tried solutions given to this question but, unfortunately none of this worked for me. Please let me know if you have any solution to this problem OR if there is any way we can ignore 'Screen Zoom' setting effect particularly for our app.

Thank you.


Solution

  • I tried this third-party library and it resolved almost 85% problem.