我真的不明白如何處理不同的手機/平板電腦屏幕。我參考檢索谷歌Nexus的屏幕看起來完美(800x480),但尤其是在平板電腦上看起來很糟糕。在左角1/4尺寸。屏幕的其餘部分只是垃圾。android我不能用我的內容填充屏幕
我在我的xml上做的是這樣的;
<LinearLayout>
<RelativeLayout fill_parent>
<LinearLayout height="fill_parent" width="387dp">
RIGHT SCREEN
</LinearLayout>
<LinearLayout height="fill_parent" marginLeft="387dp" width="147dp">
LEFT SCREEN
</LinearLayout>
</RelativeLayout>
</LinearLayout>
[Check](http://stackoverflow.com/questions/6316540/how-to-make-layout-with-view-fill-the-remaining-space)[This](http://stackoverflow.com中文/ questions/5880513/how-to-make-a-linearlayout-filling-remaining-space-in-a-relativelayout)[鏈接](http://stackoverflow.com/questions/3676095/relativelayout-height-to-fill - 剩餘空間) – Synxmax