Customizing appbar "toolbar" in android #2616
Unanswered
l-o-u-i-s-g
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Re 1. The toolbar can't currently be removed; see #1870. We have a prototype implementation of this as part of #2244. We expect to be landing this over the next month or so. Re 2 and 3. At present, no to both. Both these essentially fall into the bigger feature request #785. This has been on my personal wish list for a long time, but I can't currently make any guarantees about when it will be implemented. What I can say is that #2244 should make implementing a navigation controller much easier, as that involves some low level changes to app structure that will be useful to implementing navigation. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Q1: Can the Overflow Menu with the about item be removed?
I tried with: self.main_window.toolbar.clear() but that doesn't work.
Q2: Is there a way to position a command at the far left, before the app name on the toolbar?
Typically this is where the "drawer" button would be or a back button to return to previous screen.
Q3: It there a way to change the content of the label that displays the app name?
When navigating between different screen it is useful to change this label to represent the current screen being displayed.
Beta Was this translation helpful? Give feedback.
All reactions