android-calculatorpp/calculatorpp/res/drawable/blue_button.xml

9 lines
221 B
XML
Raw Normal View History

2011-09-10 14:20:58 -04:00
<?xml version="1.0" encoding="utf-8"?>
2011-11-01 09:09:49 -04:00
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<gradient a:startColor="#001c45"
a:endColor="#003481"
a:angle="90"/>
<corners a:radius="0dp" />
2011-09-10 14:20:58 -04:00
</shape>