android屏幕适配详解 官方地址:http://developer.android.com/guide/practices/screens_support.html 一、关于布局适配建议 1、不要使用绝对布局 2、尽量使用match_parent 而不是fill_parent 。 3、能够使用权重的地方尽量使用权重(android:layout_weight) 4、如果是纯色背景,尽量使用android的s Android mikel 2015-09-05 71 热度 0评论