I need to edit an xml file, the problem is that I have multiple xmls and in all my classes/activities I can't put the xml as the main View.
So I must acces an xml file without setting it as main view on any activity.Is that even possible?
I mean I can make: View j = (View) findViewById(R.layout.mytest);
But how can I edit a button's text for ex in that mytest.xml file?