mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
5 lines
236 B
XML
5 lines
236 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<shape
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<gradient android:startColor="#fefefe" android:centerColor="#cccccc" android:endColor="#fefefe" android:angle="0"/>
|
||
|
</shape>
|