nextcloud-android/res/drawable/main_header_bg.xml

9 lines
275 B
XML
Raw Normal View History

2011-09-04 15:47:06 +04:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#1D2D55"
android:endColor="#1D2D44"
2011-09-04 15:47:06 +04:00
android:angle="270"
/>
<corners android:radius="0dp" />
</shape>