本文介绍了所有 Android 手机和平板电脑设备的纵横比是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找流行的基于 Android 的手机和平板电脑的所有屏幕纵横比的列表.
I'm looking for a list of all screen aspect ratios for popular Android based Phones and Tablets.
推荐答案
如果有人想要更多的视觉参考:
In case anyone wanted more of a visual reference:
十进制近似参考表:
╔══════════════════════════╦════════════════════════╦════════════════════════╗
║ aspect ratio ║ decimal approx. ║ decimal approx. ║
║ [long edge x short edge] ║ [short edge/long edge] ║ [long edge/short edge] ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 19.5 x 9 ║ 0.462... ║ 2.167... ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 19 x 9 ║ 0.474... ║ 2.11... ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ ~18.7 x 9 ║ 0.482... ║ 2.074... ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 18.5 x 9 ║ 0.486... ║ 2.056... ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 18 x 9 ║ 0.5 ║ 2 ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 19 x 10 ║ 0.526... ║ 1.9 ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 16 x 9 ║ 0.5625 ║ 1.778... ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 5 x 3 ║ 0.6 ║ 1.667... ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 16 x 10 ║ 0.625 ║ 1.6 ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 3 x 2 ║ 0.667... ║ 1.5 ║
╠══════════════════════════╬════════════════════════╬════════════════════════╣
║ 4 x 3 ║ 0.75 ║ 1.333... ║
╚══════════════════════════╩════════════════════════╩════════════════════════╝
更新日志:
- 2018 年 5 月: 添加了
56x27 === ~18.7x9
(华为 P20)、19x9
(诺基亚 X6 2018)和19.5x9
(LG G7 ThinQ) - 2017 年 5 月: 添加了
19x10
(基本电话) - 2017 年 3 月: 添加了
18.5x9
(三星 Galaxy S8)和18x9
(LG G6)
- May 2018: Added
56x27 === ~18.7x9
(Huawei P20),19x9
(Nokia X6 2018) and19.5x9
(LG G7 ThinQ) - May 2017: Added
19x10
(Essential Phone) - March 2017: Added
18.5x9
(Samsung Galaxy S8) and18x9
(LG G6)
这篇关于所有 Android 手机和平板电脑设备的纵横比是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!