我要準備一個application.I要給予不同的resolution.i支持要準備不同的layouts.Frist時間我的佈局是,如何在android中使用不同的分辨率?
res/layout/mylayout----7" normal screen
res/layout-large/mylayout----7" large screen
res/layout-xlarge/mylayout---10.1"
,但它正在採取7" 大screen.i找到了一些解決方案解決方法是,創建佈局是,
res/layout/mylayout----7" normal screen
res/layout-sw600dp/mylayout----7" large screen
res/layout-sw720/mylayout---10.1"
更改佈局名稱後,它只需要7英寸大屏幕。請幫我做。
你必須支持的密度和屏幕尺寸。請參閱http://developer.android.com/guide/practices/screens_support.html – thaussma 2012-02-09 17:03:39
什麼設備使用7「大? – nmr 2012-02-10 02:12:03