nextcloud-android/res/drawable/mdcloud_blue_gradient.xml
2013-10-25 13:00:11 +02:00

11 lines
No EOL
258 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<gradient
android:angle="270"
android:startColor="#2b3e5e"
android:endColor="#021f3a"
/>
</shape>