AArkiwi/res/layout/gradient_bg_hover.xml

9 lines
289 B
XML
Raw Normal View History

2015-06-15 17:48:37 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#18d7e5"
android:centerColor="#16cedb"
android:endColor="#09adb9"
android:angle="270" />
</shape>