You are on page 1of 4

y

y y y y y y y y y y <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape android:shape="rectangle"> <gradient android:startColor="#333" android:centerColor="#DDD" android:endColor="#333"

android:angle="90" /> <stroke android:width="1dp" android:color="#FF333333" /> </shape> </item> <item android:left="4dp" android:right="4dp" android:top="1dp" android:bottom="1dp"> <shape android:shape="rectangle"> <gradient android:startColor="#ffffff" android:centerColor="#396194" android:endColor="#39659C" android:angle="90" /> </shape> </item> </layer-list>

<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:angle="0" android:startColor="#000000" android:endColor="#000000" android:centerColor="#97CF4D" /> </shape>

<shape android:shape="ring" xmlns:android="http://schemas.android.com/apk/res/android" android:innerRadiusRatio="3" android:thicknessRatio="8" android:useLevel="false"> <size android:width="48dip" android:height="48dip" /> <gradient android:type="sweep" android:useLevel="false" android:startColor="#4c737373" android:centerColor="#4c737373" android:centerY="0.50" android:endColor="#ffffd300" /> </shape>

You might also like