私は本当に混乱しています。developer.android.comのドキュメントから、現在のすべての Android デバイスで画像を正しくスケーリング (アスペクト比も) 維持するには、以下のすべてのレイアウトが必要なようです。それは本当に誰もがしていることですか?私は何かを見逃していますか、それとも別の方法でこれを行う必要がありますか?
Low density Small screens QVGA 240x320 ------------------------------------------------ layout-small-ldpi layout-small-land-ldpi Low density Normal screens WVGA400 240x400 (x432) ------------------------------------------------ layout-ldpi layout-land-ldpi Medium density Normal screens HVGA 320x480 ------------------------------------------------ layout-mdpi layout-land-mdpi Medium density Large screens HVGA 320x480 ------------------------------------------------ layout-large-mdpi layout-large-land-mdpi High density Normal screens WVGA800 480x800 (x854) ------------------------------------------------ layout-hdpi layout-land-hdpi Xoom (medium density large but 1280x800 res) ------------------------------------------------ layout-xlarge layout-xlarge-land