I'm new to android. Trying to figure out why this is happening with this: I have an image in a hdpi drawable
folder that is not getting used. It's 1.5 times greater in size than the mdpi
image both with the same name. I have a different layout for each resolution. Can someone help me understand why the mdpi
image is the only one getting used? I've already checked the other stackoverflow threads on this and the android developer documents and I can't find an answer as to what I'm doing wrong. Thanks.
Asked
Active
Viewed 171 times
1

Luca
- 9,259
- 5
- 46
- 59

user1763170
- 119
- 1
- 2
- 13
-
Please show us some code, layouts and/or your res-folder directory layout, so we better can help you – JesperB Oct 21 '12 at 14:25
-
Thanks for the reply, found a solution. – user1763170 Oct 21 '12 at 16:25
-
2Please post your solution and accept it to help others who might come across this problem – jcw Oct 21 '12 at 21:09
-
Probably not worth a full post. I had not appropriately named the layout folders for the corresponding screen densities. :\ – user1763170 Oct 23 '12 at 12:52