http://developer.android.com/intl/zh-CN/guide/practices/screens_support.html
dip 全程 Device Independent Pixel 与设备无关 ,也就是说尽量使用dip
android:layout_marginRight="10dip"
同时呢 不要使用或尽量避免使用绝对的数值 如 fixed height
http://developer.android.com/intl/zh-CN/guide/practices/screens_support.html
dip 全程 Device Independent Pixel 与设备无关 ,也就是说尽量使用dip
android:layout_marginRight="10dip"
同时呢 不要使用或尽量避免使用绝对的数值 如 fixed height