1
0
Fork 0
tt9/res/drawable/button_grad.xml
2013-07-02 15:35:21 +10:00

9 lines
No EOL
286 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- Gradient Bg for bootan -->
<gradient
android:startColor="#181C18"
android:endColor="#6B6D6B"
android:angle="90" />
</shape>