Android: create a changeable module in xml

stormcutter

New Member
Is it possible to create an xml module/structure that I can include in another xml with custom settings?The idea is to make a module with a seekbar, a text and a text input. I will need this module about 20 times in another xml but its values (like the text and ids) are different for each instance.Is there a way to do this in xml?Or is there a way to make a class that uses this base xml module and lets me set the desired values via xml?
 
Back
Top