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

due_tomorrow_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: a986c42e2678d253cbe45397a78ec8fec7d91799 (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_tomorrow" />

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