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

due_overdue_background.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: 658797d913be114a5cfde8055a52f0ca1449eeae (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/due_overdue" />

    <corners
        android:radius="4dp" />
</shape>