当前位置: 代码迷 >> 综合 >> Supporting Different Screen Sizes //支持不同尺寸的屏幕
  详细解决方案

Supporting Different Screen Sizes //支持不同尺寸的屏幕

热度:11   发布时间:2023-12-16 06:19:09.0
Supporting Different Screen Sizes   //支持不同尺寸的屏幕

This lesson shows you how to support different screen sizes by:

  • Ensuring your layout can be adequately resized to fit the screen
  • Providing appropriate UI layout according to screen configuration
  • Ensuring the correct layout is applied to the correct screen
  • Providing bitmaps that scale correctly
//这一课将展示如何通过以下的一些方法支持不同尺寸的屏幕:
1)