1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 07:11:11 +01:00
This commit is contained in:
vanitasvitae 2016-10-23 02:36:04 +02:00
parent 2b79c0ea8c
commit d0c699d869
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
8 changed files with 226 additions and 14 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ThemedCheckBoxPreference">
<attr name="titleText" format="string" />
<attr name="summaryText" format="string" />
<attr name="prefKey" format="string" />
<attr name="defaultValue" format="boolean" />
</declare-styleable>
</resources>