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