android android:layout_weight (比重)

<TextView android:layout_width="fill_parent"
		android:layout_height="wrap_content" android:id="@+id/text_comments"
		android:layout_weight="1" android:layout_marginLeft="4dip" android:layout_marginRight="4dip"
        android:singleLine="true">
	</TextView>

 android:layout_weight= "1"

  我这个人不喜欢用复杂的语言讲什么理论!

    我想不会用android:layout_weight 的大概是不知道比重是什么!??

 

其实,通俗点讲,就是你所占视图的比例!

  android:layout_weight= "1",android:layout_weight="3";

这两个,在视图中所占比率分别是四分之三,四分之一!所以越小,所占比率也就越大!

 如果还是不懂比率是什么.那我只能说你脑残了!

你可能感兴趣的:(android 比重)