Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i change the style.xml for different resolution

Tags:

android

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

like image 734
Android Avatar asked Sep 20 '11 06:09

Android


1 Answers

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.

like image 124
Egor Avatar answered Nov 15 '22 09:11

Egor