Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android drawable folders clarification

Tags:

android

I got images prepared for 7 inch and 10 inch tablets now i want to put them into corresponding drawable folder.I have searched some sources and got some information that both 7inch and 10inch tablets densities are mdpi. I can't put both images of different resolution on the same mdpi folder.Can anybody suggest me some idea on how to proceed the problem.

like image 643
user1427961 Avatar asked Mar 30 '26 15:03

user1427961


1 Answers

Option #1: Use res/drawable-xlarge-mdpi/ for the 10-inch -mdpi tablet images and res/drawable-large-mdpi/ for the 5-to-10-inch -mdpi tablet images.

Option #2: Do not have different icons based on screen size.

like image 101
CommonsWare Avatar answered Apr 02 '26 05:04

CommonsWare



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!