Android S3 layout vs Galaxy Nexus layout

后端 未结 4 945
-上瘾入骨i
-上瘾入骨i 2020-12-10 07:43

I\'ve developed an app that was supposed to target both the Galaxy Nexus and the Galaxy S3. Both have 720 x 1280 screen resolutions and I have only used \'dp\' values in my

4条回答
  •  北海茫月
    2020-12-10 08:24

    Use this scheme:

    For same layout landscape and portrait layout-sw360dp

    Only for landscape layout-sw360dp-land

    Only for portrait layout-sw360dp-port

    I try to say you can use the before clasification creating folders with theses names. The layout located into are loaded in the Galaxy S3 - WXGA720. This is a way for disting the layout for this type of device. Its necesary Android 4.0+.

提交回复
热议问题