Raphael Hery
Raphael Hery

Reputation: 23

Can't use comments in XML files

I'm trying to add some comments in XML files using Android studio but it's breaking the code.

enter image description here

How do I resolve this?

Upvotes: 2

Views: 356

Answers (1)

DavidPostill
DavidPostill

Reputation: 7921

I'm trying to add some comments in XML files using Android studio but it's breaking the code.

You cannot add a comment inside a tag.

See Commenting in android layout file for more information.

Upvotes: 3

Related Questions