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

Fix navigation bar in light mode #1350

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

CranberrySoup
Copy link
Contributor

Resolves #1349

This does however use textColor. It is similar, but not identical to the previous shade of white.
@KingLucius is there any specific intent behind the shade? Is textColor satisfactory? It is possible to make whiteSmoke dynamic, but that felt like overkill given the available option of textColor.

Previous:
image
New:
image

Previous:
image

New:
image

<item android:color="?attr/textColor" android:state_checked="false"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

item_select_color.xml is only used within the navigation rail. This should not have any side effects

@KingLucius
Copy link
Contributor

KingLucius commented Sep 24, 2024

No special need for the WhiteSmoke , you can remove it 👍
For the dynamic, we can use selectors I think but that's overkill

@fire-light42 fire-light42 merged commit d899ecb into recloudstream:master Sep 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigation Bar Icons in Light theme
3 participants