nextcloud-android/res/drawable/main_header_bg.xml
2012-05-15 21:52:59 +02:00

9 lines
No EOL
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#1D2D44"
android:endColor="#1D2D44"
android:angle="270"
/>
<corners android:radius="0dp" />
</shape>