android-calculatorpp/calculatorpp/res/drawable/blue_button_shape.xml
Sergey Solovyev 029137f2c9 Fixes
2012-11-18 20:47:55 +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>