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

UI: Update launcher icon foreground color to black #414

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Dec 2, 2024

TL;DR

Updated launcher icon foreground color to use explicit hex value instead of color reference

What changed?

Changed the android:fillColor attribute from @color/foreground_color to #000000 in both debug and main launcher icon foreground XML files

How to test?

  1. Build and run the app in both debug and release configurations
  2. Verify the app icon appears correctly on the device launcher
  3. Confirm the icon foreground is visible and properly colored

Why make this change?

Removes dependency on a color resource reference, making the launcher icon more self-contained and less prone to issues if the referenced color resource is modified or removed. Using an explicit hex value ensures consistent rendering across different build variants.

Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ksharma-xyz ksharma-xyz changed the title Fix: update app icon UI: Update launcher icon foreground color to black Dec 2, 2024
@ksharma-xyz ksharma-xyz marked this pull request as ready for review December 2, 2024 09:41
@ksharma-xyz ksharma-xyz merged commit e9e24f2 into main Dec 2, 2024
2 checks passed
Copy link
Owner Author

Merge activity

  • Dec 2, 4:51 AM EST: A user merged this pull request with Graphite.

@ksharma-xyz ksharma-xyz deleted the 12-02-fix_update_app_icon branch December 2, 2024 09:51
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.

1 participant