Cody
Cody

Reputation: 1879

Missing Android Studio git/linecount toolbar

Android Studio stopped displaying line count and current branch information in the bottom right portion of my program frame.

By default, Android Studio should show this information in the area I've circled in the screenshot below:

enter image description here

How can I tweak the settings to show this info again?

Upvotes: 2

Views: 1357

Answers (1)

Amit Vaghela
Amit Vaghela

Reputation: 22965

Please check that you have enabled status bar, from

view --> status bar checked

enter image description here

more guideline check user-interface android studio

Upvotes: 13

Related Questions