Android does not access xhdpi folder for tablet view

Cadel

New Member
I have both \[code\]hdpi\[/code\] and \[code\]xhdpi\[/code\] folders in my res folder. However, android makes use of \[code\]hdpi\[/code\] xml file for \[code\]1280 X 800\[/code\] resolution of a tablet. Could it be because my xml file accesses resources which are in \[code\]drawable-hdpi\[/code\] folder but not in \[code\]drawable-xhdpi\[/code\] folder?
 
Back
Top