wang_peng1 发表于 2013-2-7 16:08:52

让android适合多屏幕机型

http://developer.android.com/intl/zh-CN/guide/practices/screens_support.html
dip 全程 Device Independent Pixel 与设备无关 ,也就是说尽量使用dip
android:layout_marginRight="10dip" 
同时呢 不要使用或尽量避免使用绝对的数值 如 fixed height
页: [1]
查看完整版本: 让android适合多屏幕机型