Android Question Common Layouts

nibbo

Active Member
Licensed User
Longtime User
Hi All

I have found an example of how to implement common classes & modules.

I was just creating a new app which has a standard layout for the user log in.

If we were to rebrand, it would be a chore to go through each one and update it.

Is there a way to save the layout and associated images to a common location and reference it from multiple apps?

Thanks
 

MarkusR

Well-Known Member
Licensed User
Longtime User
i think the file manager copy the layout files only.
 
Upvote 0

nibbo

Active Member
Licensed User
Longtime User
There is no simple way to do it. The layout files and the images must be located in the Files folder. It might be possible to copy them with a custom build action during compilation.

Thanks Erel, will continue copy and pasting. No big deal, I am just lazy... Thanks
 
Upvote 0
Top