A Titanium project for both Mobile+Tablet, completed mobile version perfectly but facing some complexity when coming to Tablet design.
Below is the Matrix of qualifier which supports by Titanium but ‘m not able to find any qualifier which targets Android-Tablet

I found that you can forcefully apply Android resource by putting things in “platform>android>res” directory.
var tab = Titanium.UI.createTab({
icon:Ti.App.Android.R.drawable.tab_icon
});
with Tab and its icon property I’m able to get the drawable but its not working for rest controls (i.e. ImageView, Button, View etc…)
how do I set background of ImageView which takes image from platform folder?
any hint/suggestion welcome
After doing some work with Titanium I came into conclusion that Titanium follows the same standard for naming drawable but the only difference is that in android we using
drawable-hdpibut in Titanium it isres-hdpi.