Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gradient_vertical.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e94b5ea14d69788264a62a40c8ed0837607890d6 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient
        android:angle="270"
        android:endColor="@android:color/transparent"
        android:startColor="?attr/colorSecondaryContainer"
        android:type="linear" />
</shape>