-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use toolbar instead of actionbar where applicable #1556
Comments
29 tasks
Great job here, and great presentation, @AndyScherzinger . Just missed a section about "drawbacks" ;) |
Closed
davivel
added a commit
that referenced
this issue
Oct 18, 2016
#1556 - Toolbar, new Drawer and new Account Manager
Merged, will be released with version 2.2.0 |
🛩️ Awesome collab! 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like the title says use the toolbar - Google's new, to be used implementation of the top bar instead of the action bar which can be considered legacy.
Motivation
The actionbar is simply a bar which can have a menu, search widget and in newer AppCompat versions also a drawer implementation but isn't as flexible as the toolbar.
Reasons and benefits
The toolbar can be customized on many ways like but not limited to:
I would like to work on this in case we agree this is worth implementing which I strongly suggest to make the bar future proof and also to be able to implement the above mentioned gimmicks.
So pinging @davivel @jancborchardt @malkomich @tobiasKaminsky and @przybylski for feedback on this matter.
The text was updated successfully, but these errors were encountered: