Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
490 views
in Technique[技术] by (71.8m points)

mobile - What are the aspect ratios for all Android phone and tablet devices?

I'm looking for a list of all screen aspect ratios for popular Android based Phones and Tablets.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In case anyone wanted more of a visual reference:

aspect_ratio_visual_reference

Decimal approximations reference table:

╔══════════════════════════╦════════════════════════╦════════════════════════╗
║       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...        ║
╚══════════════════════════╩════════════════════════╩════════════════════════╝

Changelog:

  • May 2018: Added 56x27 === ~18.7x9 (Huawei P20), 19x9 (Nokia X6 2018) and 19.5x9 (LG G7 ThinQ)
  • May 2017: Added 19x10 (Essential Phone)
  • March 2017: Added 18.5x9 (Samsung Galaxy S8) and 18x9 (LG G6)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...