android-calculatorpp/calculatorpp/res/drawable/violet_button_dark_shape.xml
Sergey Solovyev 029137f2c9 Fixes
2012-11-18 20:47:55 +04:00

15 lines
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
~ For more information, please, contact se.solovyev@gmail.com
~ or visit http://se.solovyev.org
-->
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<gradient a:startColor="#2b0325"
a:endColor="#4f1c47"
a:angle="90"/>
<corners a:radius="0dp"/>
</shape>