码迷,mamicode.com
首页 > 其他好文 > 详细

shape

时间:2015-12-04 17:48:07      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp" />
<gradient
android:centerColor="#cccc00"
android:endColor="#00cccc"
android:startColor="#cc00cc" />

<padding
android:bottom="7dp"
android:left="7dp"
android:right="7dp"
android:top="7dp" />

</shape>

shape

标签:

原文地址:http://www.cnblogs.com/guozhiping/p/5019645.html

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