Reputation: 23
I'm trying to add some comments in XML files using Android studio but it's breaking the code.
How do I resolve this?
Upvotes: 2
Views: 356
Reputation: 7921
You cannot add a comment inside a tag.
See Commenting in android layout file for more information.
Upvotes: 3