In my preferences.xml file I can display texts, checkboxes, and lists, but what if I want to display something that doesn't have a built-in category, like a Calendar or Time object?
Asked
Active
Viewed 35 times
1 Answers
1
You can create your own classes extending Preference
.
They can be used in a preference xml.

F43nd1r
- 7,690
- 3
- 24
- 62
-
Do you have a basic example I can reference? I'm trying to include a Calendar item in my preferences.xml as a test of this functionality – The 29th Saltshaker Apr 11 '16 at 02:32