Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Secondary ToolbarItem text color is white on Android #10617

Closed
karlp11 opened this issue May 8, 2020 · 7 comments
Closed

[Bug] Secondary ToolbarItem text color is white on Android #10617

karlp11 opened this issue May 8, 2020 · 7 comments

Comments

@karlp11
Copy link

karlp11 commented May 8, 2020

Description

When updagrading a Shell project to Xamarin.Forms v4.6.0.726, secondary ToolbarItem text color become white.
As the background is also white, it is impossible to read the ToolbarItem text.

Steps to Reproduce

  1. Create a new Xamarin.Forms project with Shell Template (Xamarin.Forms v4.4.0.991265 is used by default).
  2. In AboutPage, add a ToolbarItem like this:
	<ContentPage.ToolbarItems>
        	<ToolbarItem Text="Test" Order="Secondary" />
    	</ContentPage.ToolbarItems>
  1. Deploy the app in Android and go check the created ToolbarItem : black text on white background.
  2. Update Xamarin.Forms to v4.6.0.726.
  3. Deploy the app in Android and go check the created ToolbarItem : white text on white background.

Expected Behavior

Secondary ToolbarItem text is black on white background.

Actual Behavior

Secondary ToolbarItem text is white on white background.

Basic Information

  • Version with issue: v4.6.0.726.
  • Last known good version: v4.5.0.725
  • IDE: Visual Studio 2019
  • Platform Target Frameworks:
    • Android: 9.0
@karlp11 karlp11 added s/unverified New report that has yet to be verified t/bug 🐛 labels May 8, 2020
@pauldipietro pauldipietro added this to New in Triage May 8, 2020
@PureWeen PureWeen added 4.5.0 regression on 4.5.0 and removed s/unverified New report that has yet to be verified labels May 8, 2020
@PureWeen PureWeen self-assigned this May 8, 2020
@PureWeen PureWeen moved this from New to Ready For Work in Triage May 8, 2020
@samhouts samhouts moved this from Ready For Work to Needs Estimate in Triage May 8, 2020
@PureWeen PureWeen added 4.4.0 regression on 4.4.0 and removed 4.5.0 regression on 4.5.0 labels May 8, 2020
@samhouts samhouts added this to To do in Sprint 170 via automation May 8, 2020
@samhouts samhouts added the e/1 🕐 1 label May 8, 2020
@samhouts samhouts added this to Backlog in Shell May 11, 2020
@samhouts samhouts moved this from Needs Estimate to Ready For Work in Triage May 13, 2020
@thisismyself
Copy link

@karlp11 Did you find any workaround for this issue?

@karlp11
Copy link
Author

karlp11 commented May 14, 2020

@thisismyself No workaround: I'm waiting the fix.

@PureWeen PureWeen moved this from Backlog to In Review in Shell May 24, 2020
@samhouts samhouts added this to To do in Sprint 171 via automation May 26, 2020
@samhouts samhouts moved this from To do to Continued in next sprint in Sprint 170 May 26, 2020
@a4anu10
Copy link

a4anu10 commented May 28, 2020

Same here, Any workaround for this issue?

@RamiroGuasti
Copy link

RamiroGuasti commented May 28, 2020

I hope for a solution soon. Because in my apps the 'toolbaritems' can't be seen.

imagen
imagen

Triage automation moved this from Ready For Work to Closed May 28, 2020
Shell automation moved this from In Review to Done May 28, 2020
Sprint 171 automation moved this from To do to Done May 28, 2020
@samhouts samhouts added this to In Progress in v4.6.0 Jun 20, 2020
@samhouts samhouts moved this from In Progress to Done in v4.6.0 Jun 20, 2020
@thisismyself
Copy link

Thanks for fixing! It works again.

@samhouts samhouts removed this from Closed in Triage Jun 27, 2020
@samhouts samhouts removed this from Done in Shell Jun 27, 2020
@kefyru
Copy link

kefyru commented Jul 20, 2020

On IOS BarTextColor applies to all ToolbarItems.
But on Android it applies only to BackButton, and all other ToolbarItems stays white.

Android:
Снимок экрана 2020-07-20 в 15 59 36

IOS:
Снимок экрана 2020-07-20 в 15 59 44

@James3UK
Copy link

@kefyru i think you would be better to log a separate issue as this is closed and not the same. Reference back to this one if you think it is related.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Sprint 170
  
Continued in next sprint
Sprint 171
  
Done
v4.6.0
  
Done
Development

No branches or pull requests

8 participants