当前位置: 代码迷 >> Android >> android中ui平添水平线
  详细解决方案

android中ui平添水平线

热度:67   发布时间:2016-05-01 17:20:11.0
android中ui添加水平线

在android 布局文件中设置水平线:

?

	<View android:layout_width="match_parent" android:layout_height="2dip"			android:background="#FF909090" android:layout_marginLeft="40dip"			android:layout_marginRight="40dip" android:layout_marginTop="10dip" />

?浏览效果如图所示:


  相关解决方案