码迷,mamicode.com
首页 > 移动开发 > 详细

[Android Tips] 12. How to Create a Dash Line Shape

时间:2014-09-02 11:46:44      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   ar   div   log   

<?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:dashWidth="12dp"
        android:dashGap="7dp"
        android:color="@color/semi_transparent_white"/>        
</shape> 

 

[Android Tips] 12. How to Create a Dash Line Shape

标签:android   style   blog   http   color   io   ar   div   log   

原文地址:http://www.cnblogs.com/shaobin0604/p/3950968.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!