Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android apply styles for different screens

I have an application, that need to run in 2 different devices: 600x1024 & 480x800.

For these devices, I want to apply different styles (they has different ratio). How I can do it, as both of them has hdpi?, e.g. values-hdpi, values-mdpi have no effect....

P.S. Android 2.2.

like image 373
Alex Ivasyuv Avatar asked Dec 30 '10 11:12

Alex Ivasyuv


1 Answers

Take a look at the available resource directory qualifiers. There are also screen size qualifiers you can use.

In your case you need the large and xlarge qualifiers. Try that.

like image 135
Octavian A. Damiean Avatar answered Oct 08 '22 01:10

Octavian A. Damiean