You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I suspect that following code might be the problem, but I'm not sure (since I didn't check out the project):
Would be awesome if this could be improved in a future release! 😊
The text was updated successfully, but these errors were encountered:
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:

I suspect that following code might be the problem, but I'm not sure (since I didn't check out the project):
Would be awesome if this could be improved in a future release! 😊
The text was updated successfully, but these errors were encountered: