Skip to content

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

@Catlandor

Description

@Catlandor

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! 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions