http://developer.android.com/intl/zh-CN/guide/practices/screens_support.html
dip 全程 Device Independent Pixel 与设备无关 ,也就是说尽量使用dip
android:layout_marginRight="10dip"
同时呢 不要使用或尽量避免使用绝对的数值 如 fixed height
本文介绍如何在Android开发中使用dip(Device Independent Pixel)来增强应用的屏幕适配能力,避免使用固定像素值以确保不同分辨率设备上的一致显示效果。
http://developer.android.com/intl/zh-CN/guide/practices/screens_support.html
dip 全程 Device Independent Pixel 与设备无关 ,也就是说尽量使用dip
android:layout_marginRight="10dip"
同时呢 不要使用或尽量避免使用绝对的数值 如 fixed height

被折叠的 条评论
为什么被折叠?