android-calculatorpp/res/drawable/light_blue_button.xml

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="#002761"
a:endColor="#005ce5"
a:angle="90"/>
<corners a:radius="0dp" />
</shape>