【android】两个按钮的宽度各占屏幕的一半

1 <LinearLayout>
2     <Button android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1"/>           
3     <Button android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1"/> 
4 </LinearLayout>

 

【android】两个按钮的宽度各占屏幕的一半,布布扣,bubuko.com

【android】两个按钮的宽度各占屏幕的一半

上一篇:CDN - 跨域失败排查


下一篇:Android开发环境及Hello World程序