I am creating the same basic layout, however the strings (data) will change for each activity.
So rather than create separate layout for each page, and a separate string files, I would like to use the same layout but with a different string resource file.
so layouta.xml with astring.xml and bstring.xml etc, so that all I need to do is repopulate the layout with the new string values.
However if that is possible, some options in the layout would not be available to all the pages, so is it possible to if string is empty, then don't display that part of the layout?
Just trying to make things more efficient.
Basic Layout
Name (string_name) Defaults (string_Defaults) Options (string_Options)
Thanks
No comments:
Post a Comment