android-calculatorpp/android-calculator-app/res/drawable/blue_button.xml
Sergey Solovyev 81d2f8d8f8 Maven build
2012-03-04 22:29:26 +04:00

9 lines
221 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<gradient a:startColor="#001c45"
a:endColor="#003481"
a:angle="90"/>
<corners a:radius="0dp" />
</shape>