Reputation: 551
I downloaded the code from GIT and was trying to set up the androids code but I faced this problem ,an annotation on the project and subsequent files . Plz let me know what does that mark in the project explorer over "Main Activity" (project as well as .java file)indicate.
if image is not visible properly plz download. and what does that indicate ,any tips to resolve it are most welcome.
Thanks in advance .
Upvotes: 1
Views: 62
Reputation: 111142
If you mean the > character, it is just telling you that the .java file (and therefore the project) have been changed compared to the version in GIT.
You can configure these 'Label Decorations' in Preferences > Team > Git > Label Decorations > Text Decorations tab
.
Upvotes: 1