1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 07:11:11 +01:00

Added normal ThemedPreference class

This commit is contained in:
vanitasvitae 2016-10-23 21:59:29 +02:00
parent 7553717f11
commit 34548c6518
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
12 changed files with 198 additions and 182 deletions

View file

@ -27,4 +27,10 @@
<attr name="defaultInt" format="string" />
<attr name="showValueInSummary" />
</declare-styleable>
<declare-styleable name="ThemedPreference">
<attr name="titleText" />
<attr name="summaryText" />
<attr name="prefKey" />
</declare-styleable>
</resources>