我想我的應用程序在不同屏幕尺寸完美運行,的Galaxy Tab 2,Galaxy Note的800和的Galaxy Note 2。設計爲不同的屏幕 - 的Android
但是,我的應用程序相當複雜,我不能在所有地方使用wrap_content
或fill_parent
。我試過使用layout_weight
,但即使這樣也不能用於RelativeLayout
。
是否有調整屏幕組件取決於不是讓不同的佈局都在一起爲Android documentation建議,是有什麼辦法可以使用RelativeLayout
layout_weight
其他屏幕尺寸的任何智能的方式?
謝謝!
你可以參考我的努力和幾乎工作正常http://stackoverflow.com/questions/12242111/application-skeleton-to-support-multiple-screen –
首先你設計你的應用程序的正常佈局,並使文件夾在資源文件夾layout-mdpi,layout-hdpi等。 – Hemant
@hotveryspicy感謝哥們。你的文章真的有幫助! – gauravsapiens