How to set icon folder for tablets only? My tablet is pulling icons from the mdpi folder instead of the HDPI. Is there anyway to tell if its android honeycomb, then use these icon folder?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android will automatically pull from the correct drawable folder depending on the density of the device. Your issue is that some tablets (not all) are actually xhdpi instead of hdpi, though I would think it would fall back to hdpi before mdpi.
Edit: On second thought, I think the more likely scenario is that your tablet is actually mdpi, as there actually aren’t a lot of xhdpi devices. What tablet device are you using?