Can I change the .xml style for different resolution

How to change style.xml for different permissions, I know to find the resolution, but don’t know how to change style.xml for a tablet

+6
source share
1 answer

Just create as many style.xml files as you want for different resolutions and put them in the values-mdpi , values-hdpi , values-ldpi , etc. values-ldpi . This should complete the task.

+8
source

Source: https://habr.com/ru/post/897660/


All Articles