You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not a good practice to hardcode strings in XML file. Adding that specific string to a String Resource, allows the user to update every occurence of that String in all layouts at the same time.
To know more about String Resources, visit this Android Docs link.