smallestWidth sw<N>dp

Examples:
sw320dp
sw600dp
sw720dp
etc.

Some values you might use here for common screen sizes:

  • 320, for devices with screen configurations such as:
    • 240x320 ldpi (QVGA handset)
    • 320x480 mdpi (handset)
    • 480x800 hdpi (high density handset)
  • 480, for screens such as 480x800 mdpi (tablet/handset).
  • 600, for screens such as 600x1024 mdpi (7" tablet).
  • 720, for screens such as 720x1280 mdpi (10" tablet).

相关文章:

  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-12-16
  • 2021-08-15
  • 2021-04-21
猜你喜欢
  • 2021-10-27
  • 2022-12-23
  • 2021-08-03
  • 2021-08-31
  • 2022-02-02
  • 2021-11-21
  • 2021-12-31
相关资源
相似解决方案