Android
Android

Reputation: 360

Can i change the style.xml for different resolution

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

Answers (1)

Egor
Egor

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

Related Questions