android-calculatorpp/calculatorpp/res/drawable/gray_button_shape.xml
Sergey Solovyev 1f0188be4b Theme changes
2012-11-19 21:24:19 +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="#071622"
a:endColor="#253541"
a:angle="90"/>
<corners a:radius="0dp" />
</shape>