I have three device with resolution 320x480, 1024 x 600, 1280 x 800. out of these three devices two are tablets. Now each of these devices has a density 160dp, as a result of this, all of this device takes images from the drawable-mdpi folder. Now my question is what will be the size of the image should I put inside this drawable-mdpi folder? So that it looks good in all of these devices.
質問する
1453 次
2 に答える
3
//電話の場合は、入力する必要があります
drawable-mdpi
//タブレットの場合は、入れる必要があります
drawable large-mdpi
注:この大きな MDI ドローブルはdrawable-xlarge-mdpi
、1280*800 の背景やスプラッシュ スクリーンなど、いくつかの画像を使用できる 10 インチ デバイスに十分です。
別のレイアウトを作成してビューを調整したり、ドローアブルを次のように配置したりできます
layout-large and layout-xlarge
于 2012-07-19T10:20:14.143 に答える
1
put 320x480
size images in drawable-mdpi folder.
于 2012-07-19T10:12:56.373 に答える