1
我的问题是,我可以想出如何支持Android中的多个屏幕。我读过很多很多次的Android文档和许多博客和文章:支持Android中的多个屏幕
- http://developer.android.com/guide/practices/screens_support.html
- http://mobile.tutsplus.com/tutorials/mobile-design-tutorials/how-to-get-started-in-android-app-design/
- http://www.androidhive.info/
,但我甚至不能决定如何做一个背景图像适合大部分屏幕
- 小
- 正常
- 大
- XLARGE
与dentisies:
- LDPI
- MDPI
- HDPI
- xdpi
我开始重新考虑有一个全屏背景图像。 – CommonsWare
@CommonsWare,这是我想要做的,但无法找到一种方法来做到这一点:( –
同意@CommonsWare,你应该考虑使用简单的颜色作为背景,另一种选择是使用形状,渐变或9-patch drawables – Egor