Skip to content

Replace '@android:color/white' progress wheel background with a custom ucrop color #35

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

Open
Catlandor opened this issue Mar 21, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@Catlandor
Copy link

Catlandor commented Mar 21, 2025

I'm looking into customizing the crop view at the moment. Since most of the colors used are custom ucrop colors, this works marvelously:
<color name="ucrop_color_toolbar">@color/customColor</color>

However, one particular color seems to be hard coded to use the default android color (@android:color/white). If it were to use a custom color, it could be further customized when using this library.

Notably the background color of the progress wheel seems to be affected, see screenshot:
Image

I suspect that following code might be the problem, but I'm not sure (since I didn't check out the project):

Image

Would be awesome if this could be improved in a future release! 😊

@jens-muenker jens-muenker added the enhancement New feature or request label Mar 31, 2025
@jens-muenker
Copy link
Owner

I will add this in a future release, but it will take some time.

@Catlandor
Copy link
Author

That's alright: Thank you for considering it 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants