首页 > 移动平台 > 详细

Android - 直线(line)画法

时间:2014-10-30 21:03:44      阅读:331      评论:0      收藏:0      [点我收藏+]

Android - 直线(line)画法


本文地址: http://blog.csdn.net/caroline_wendy


横线(horizontal line)

<View
        android:layout_width="fill_parent"
        android:layout_height="1dp"
        android:background="@android:color/white"/>

竖线(vertical line)

<View
        android:layout_width="1dp"
        android:layout_height="fill_parent"
        android:background="@android:color/white"/>




bubuko.com,布布扣

Android - 直线(line)画法

原文:http://blog.csdn.net/caroline_wendy/article/details/40625075

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!