[Android] Toolbar overflow menu icon color#25627
Merged
jfversluis merged 1 commit intodotnet:inflight/currentfrom Aug 11, 2025
Merged
[Android] Toolbar overflow menu icon color#25627jfversluis merged 1 commit intodotnet:inflight/currentfrom
jfversluis merged 1 commit intodotnet:inflight/currentfrom
Conversation
Contributor
|
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
jsuarezruiz
reviewed
Oct 31, 2024
jsuarezruiz
reviewed
Oct 31, 2024
Contributor
|
/rebase |
c411db1 to
da7bc10
Compare
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
suggested changes
Nov 13, 2024
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/rebase |
ae12cb2 to
4b35b20
Compare
83d3afa to
5754cc2
Compare
Contributor
|
This PR should also fix #29184 |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/rebase |
5754cc2 to
8ec93ee
Compare
Member
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jfversluis
approved these changes
Aug 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
The icon color was respected when setting this value directly for the content page
NavigationPage.IconColor="Red", but if it was not set there then it has not been picked from its parent navigation pageIssues Fixed
Fixes #23563
Fixes #29184