什么是一个RelativeLayout的定位控制,使其显示相同的正确方法(What is the c

2019-10-30 04:12发布

什么是一个RelativeLayout的定位控制,使其显示设备无关的相同Resolution.I想这是再清楚不过,如果我们用正确的方法dp在给像利润值android:layout_marginTop="17dp"它显示了在不同的地方在MDPI,xhdpi,华电国际。

有人可以给一个羽翼丰满guenine的解决方案呢? 谢谢

Answer 1:

你应该有不同的屏幕尺寸不同的布局。 例如,对于xhdpi屏幕创建布局xhdpi文件夹,并把layout.xml为xhdpi屏幕在那里。 同样对于其他屏幕尺寸。 有没有办法有一个布局正是寻找所有显示器上是相同的。

看到这一点: http://developer.android.com/guide/practices/screens_support.html



文章来源: What is the correct way to position controls in a RelativeLayout so that it displays the same