Android UI Design: Supporting Multiple Screens

后端 未结 6 1261
鱼传尺愫
鱼传尺愫 2020-11-30 01:19

I have read this tutorial SUPPORTING MULTIPLE SCREENS several times and many stackoverflow questions regarding Design Android UIs to fit well with all android screen s

6条回答
  •  失恋的感觉
    2020-11-30 01:46

    If it is very important to specify to that extreme, there is a handy tool for folder naming, and that is chaining. Ex. layout-w480dp-normal and that would be screen sizes at least 480dp in width, and fall under the normal category. Note: I didn't get the need to develop for such detailed requirements, but according to the linked source, it should work just fine.

    Source

    Make sure to follow these rules

提交回复
热议问题