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

attrs.xml « values « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 715f8b81400b5ddb53012e3b13d8b763cef209ae (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="ColorChooser">
        <attr name="colors" format="reference" />
    </declare-styleable>
    <declare-styleable name="EmptyContentView">
        <attr name="title" format="string" />
        <attr name="description" format="string" />
        <attr name="image" format="reference" />
    </declare-styleable>
</resources>