Android: Samsung Galaxy S3 screen size for layout

2019-02-08 07:08发布

Is anyone out there testing on a Samsung Galaxy S3 yet? Specifically, does it have what is considered a large or normal screen for layout purposes? I have the Galaxy Nexus and it takes normal layouts, but I read the Galaxy Note is considered a large screen. Thanks in advance.

5条回答
我欲成王,谁敢阻挡
2楼-- · 2019-02-08 07:13

Create a layout specifyc for Galaxy S3. Android S3 layout vs Galaxy Nexus layout

查看更多
相关推荐>>
3楼-- · 2019-02-08 07:14

As owner of Samsung Galaxy S3 I confirm - it is "normal" screen, not "large" one. Also "xhdpi" when it comes to density.

查看更多
Fickle 薄情
4楼-- · 2019-02-08 07:24

Samsung S3 takes images from drawable-sw360dp and layout files from layout-sw360dp folder only...

查看更多
SAY GOODBYE
5楼-- · 2019-02-08 07:31

Here's a link to the complete specifications for the European version of the Samsung Galaxy S3. The screen is 720 x 1280 pixels and 4.8 in. diagonal. The American version is the same as far as the screen goes.

查看更多
何必那么认真
6楼-- · 2019-02-08 07:34

all phones will use the drawable folder by default if no others are specified, but officially you should use xhdpi and hdpi for these

查看更多
登录 后发表回答