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

用shape进展画线

2012-06-26 
用shape进行画线?xml version1.0 encodingutf-8?shape xmlns:androidhttp://schemas.android.c

用shape进行画线
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke android:width="1dp" android:color="#000000"
android:dashWidth="1dp" android:dashGap="0dp" />
<size android:height="2dp" />
</shape>

热点排行