Android: Handling images size for multiple screens

前端 未结 6 1477
情歌与酒
情歌与酒 2021-01-05 17:51

I find it really hard to handle images with Android, I think it\'s the hardest part of Android development...

1) I have an image, I want it to be the background of m

6条回答
  •  情话喂你
    2021-01-05 17:57

    I would suggest you to adjust your layout on each layout folder and your drawable folder.

    layout layout-800x480 layout-land etc. refer here http://developer.android.com/guide/practices/screens_support.html

    or refer to this link.

    Designing UI for different screen resolutions

提交回复
热议问题