android-calculatorpp/android-app/res/drawable/gray_button_dark_shape.xml

9 lines
221 B
XML
Raw Normal View History

2012-11-19 12:24:19 -05:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<gradient a:startColor="#000000"
a:endColor="#333333"
a:angle="90"/>
<corners a:radius="0dp" />
</shape>