Skip to content
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

Add an icon or user image to Android AppBar, change color, and Hide it when necessary. #2349

Closed
thiwtzsch opened this issue Jan 17, 2024 · 1 comment
Labels
enhancement New features, or improvements to existing features.

Comments

@thiwtzsch
Copy link

What is the problem or limitation you are having?

The Android AppBar is amazing as it is but for Webviews it is essential to hide the AppBar for better view. When using it for normal MainWindows there should be an option to add, remove or change the avatar. This widget behaviour is observed when using the title of the MainWindow. You can change it at any instance.

Describe the solution you'd like

Use the icon function of the toga.App.
Allow the App to change the icon and update screen.
Add the Hide AppBar or Show Bar options. The user can use the functions on their menu or other available widgets
Assign and/or update theme color for the app and AppBar

Describe alternatives you've considered

My alternative was using webview and flask.
However, I was forced to design around the AppBar theme.

Additional context

No response

@thiwtzsch thiwtzsch added the enhancement New features, or improvements to existing features. label Jan 17, 2024
@freakboy3742
Copy link
Member

I'm not entirely clear what the reference to WebView has to do with this request, but the underlying "hiding the AppBar" request is a duplicate of #1870. This has been a source of discussion recently, with a prototype implementation available in #2244.

@freakboy3742 freakboy3742 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

2 participants