mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
9 lines
275 B
XML
9 lines
275 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<gradient
|
||
|
android:startColor="#3A3C39"
|
||
|
android:endColor="#181818"
|
||
|
android:angle="270"
|
||
|
/>
|
||
|
<corners android:radius="0dp" />
|
||
|
</shape>
|