shape

<?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>

posted on 2015-12-04 16:20  zerop  阅读(144)  评论(0编辑  收藏  举报

导航