XML resource editor

The XML resource editor is part of the Manifest & resource options, which can be unlocked by purchasing the corresponding add-on.

It’s intended for Android developers or users familiar with Android XML resource files. Incorrect changes to these files may prevent the cloned app from installing or cause it to crash.

The editor displays a tree structure of all XML resource files inside the app, organized by type, such as color, drawable, layout and more. For example, if you want to modify how views appear, you would work with files under layout.

Use the toolbar search to filter files by name. The Search in files menu item lets you search within the contents of all XML resource files. Depending on the size of the app, this search might take a while.

Use the Restore all files menu option to revert all XML resource files back to their original state.

To edit a specific XML file, simply tap on it to open it in the built-in XML code editor.

The XML code editor includes syntax highlighting and validates the XML before applying changes. If you make a mistake, use the undo button in the toolbar to revert changes, undo / redo history is available during your current editing session only. You can also zoom in and out using pinch gestures.

A search bar at the bottom lets you find and highlight text within the XML.

With the Green package, you can import or export XML files using the Load file and Save file options. Use Restore file to revert a file to its original version.

All changes are saved as standard diff-format patches. This is helpful if the original app is updated and the XML file changes. App Cloner will attempt to merge your edits unless there’s a conflict (e.g. overlapping changes). In case of conflict, you can open the editor to view or copy the patch file.