支持Android中的多个屏幕

时间:2013-04-17 12:00:11

标签: android android-layout screen

我的问题是我可以想出如何在Android中支持多个屏幕。我已经多次阅读了android文档以及许多博客和文章:

  1. http://developer.android.com/guide/practices/screens_support.html
  2. http://mobile.tutsplus.com/tutorials/mobile-design-tutorials/how-to-get-started-in-android-app-design/
  3. http://www.androidhive.info/
  4. 然而我甚至无法决定如何制作适合大多数屏幕的背景图像

    • 正常
    • XLARGE

    与牙医:

    • LDPI
    • MDPI
    • HDPI
    • xdpi

1 个答案:

答案 0 :(得分:2)

首先,它不是推荐使用全屏图像作为背景的方法,因为它可能会导致内存问题。即使有人需要使用全屏图像作为背景,也可以通过以下方式进行缩放:

  • 使用支持维度最大的图片
  • 将其保持在中心并在其周围添加彩色/渐变边框
  • 可以将其拉伸至全屏(不保持纵横比)

深入讨论阅读:

http://vinsol.com/blog/2014/11/20/tips-for-designers-from-a-developer/