-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Android] NavigationBar
SecondaryCommands empty without Label
#1484
Comments
Actually this happens on light theme as well, could not see the text in the SecondaryCommands |
@WenHong-Lau / @morning4coffe-dev Does anything show up if you set the Label property of the AppBarButtons? |
@kazo0 Jup, this does work correctly with Label... but it should probably at least show the icon of the AppBarButton. @WenHong-Lau You can use something like this to display the SecondaryCommand properly:
|
NavigationBar
SecondaryCommands doesn't respect dark themeNavigationBar
SecondaryCommands empty without Label
@WenHong-Lau And when you set only the Label and not the Content? |
@morning4coffe-dev Tested that, still the same outcome, not visible. |
Interesting... I did try it yesterday and it showed. I will make a repro, if you can try it on your side. Thanks. |
Here is what I see on my side with Android API 34: Here is the repro. Can you try on your side? |
Ok, I see it as well again. Thank you, @WenHong-Lau. I make a new issue to track both problems. |
This is out of the box from the template where I picked the Fluent Design, I've only added the AppBarButton in Secondary Commands
UnoApp5.zip
Originally posted by @WenHong-Lau in unoplatform/uno#18233 (comment)
This seems to be an issue on newer Android versions.
The text was updated successfully, but these errors were encountered: