android shape
-小猪-
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android shape的使用
shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: xml version="1.0" encoding="utf-8"?> shape xmlns:android="http://schemas.android.com/apk/res/android" > 圆角 --> corners andr转载 2015-04-13 09:43:25 · 666 阅读 · 0 评论 -
Android利用shape画虚线
我们知道,想在Android XML中画出一条直线,很简单: <View android:layout_width="match_parent" android:layout_height="1px" android:background="#FFFFFF"/> 如果想要画出一条虚线呢? 在drawable目录下新建bg_dash_line.xm转载 2016-11-09 12:03:24 · 512 阅读 · 0 评论
分享