I want to create program settings from Xml attributes (xml generated programmatically too)
for instance
pref=new CheckBoxPreference(Context context, AttributeSet attrs)
This seems to be done, but I donβt see how to build an AttributeSet from some arbitrary XML text. Is it possible?
source share