Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tick mark next to file name in Android Studio

Can someone please tell me what this tick mark sign means? I don't know how this appeared, may be I pressed some key combination while working or maybe be I did something wrong. Whatever my code/project is running fine.

But, I want to know what this means, and how I can undo this.

See the sign (Tick mark) before the activity title

like image 642
Sk Suraj Avatar asked Sep 16 '19 07:09

Sk Suraj


1 Answers

That is a bookmark. Bookmarks allow you to mark lines of code or entire files as "favourites" for quick access. You can show your existing bookmarks by going to Naviate -> Bookmarks -> Show Bookmarks or by using the key shortcut Shift + F11

To remove a bookmark, highlight the file or line and press F11, or go to Navigate -> Bookmarks -> Toggle Bookmark.

like image 133
Michael Dodd Avatar answered Nov 19 '22 03:11

Michael Dodd