mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 14:15:44 +03:00
10 lines
No EOL
312 B
XML
10 lines
No EOL
312 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:startColor="#1D2D44"
|
|
android:centerColor="#1D2D55"
|
|
android:endColor="#1D2D44"
|
|
android:angle="270"
|
|
/>
|
|
<corners android:radius="0dp" />
|
|
</shape> |