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: 8e70e68ea641d9761a8fffc5a89b8533645bf871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>
    <declare-styleable name="DueDateChip">
        <attr name="compactMode" format="boolean" />
    </declare-styleable>
</resources>