首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android中ui平添水平线

2012-08-29 
android中ui添加水平线在android 布局文件中设置水平线:?View android:layout_widthmatch_parent andr

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" />

?浏览效果如图所示:


android中ui平添水平线

热点排行