Reputation: 360
How to change the style.xml for different resolutions, I know to find the resolution but no idea to change the style.xml for tablet
Upvotes: 6
Views: 2664
Reputation: 40228
Just create as many style.xml
files as you want for different resolutions and place them in folders values-mdpi
, values-hdpi
, values-ldpi
etc. This should do the job.
Upvotes: 8