android-calculatorpp/res/drawable/light_blue_button.xml

7 lines
241 B
XML
Raw Normal View History

2011-09-10 18:38:45 -04:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#0f2e47" android:endColor="#3a5366" android:angle="90"/>
<corners android:radius="0dp" />
</shape>