Reputation: 85
In Android Studio, I am hiding the title bar, now I cant see options (3 dots) button in navigation bar.
What should I do to make it appear in navigation bar, like (in eclipse, by default opt btn will be added to the navigation bar).
I want to display options btn in my device for my app when title bar is hidden.
Upvotes: 1
Views: 1197
Reputation: 75788
If you're unfamiliar with using Android Studio
interface, Android Studio Tips and Tricks page provides some tips to help you get started with some of the most common tasks and productivity enhancements.
Please check this tutorials .I hope it will helps you .
Upvotes: 0
Reputation: 998
You can select the action show toolbar
by opening the action popup with that shortcut Ctrl+Shift+A/ ⌘ + Shift + A
depending on which OS your on. :)
Upvotes: 1