mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
save
This commit is contained in:
parent
2b79c0ea8c
commit
d0c699d869
8 changed files with 226 additions and 14 deletions
9
app/src/main/res/values/attrs.xml
Normal file
9
app/src/main/res/values/attrs.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue