nextcloud-android/res/drawable/uploader_list_separator.xml

5 lines
254 B
XML
Raw Normal View History

2011-08-20 00:37:35 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/filelist_icon_backgorund" android:endColor="@color/filelist_icon_backgorund" android:angle="0"/>
2011-08-20 00:37:35 +04:00
</shape>