api-android/lib/res/drawable/green.xml
2013-07-07 22:57:49 +03:00

15 lines
No EOL
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<!--
<solid android:color="#66CC33" /> -->
<gradient android:type="linear"
android:angle="90"
android:startColor="#D066CC33"
android:centerColor="#D099CC00"
android:endColor="#D066CC33"/>
<corners android:radius="4dp" />
</shape>