Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.89k stars 2.16k forks source link

change theme color to my application theme #418

Closed walaa118 closed 6 years ago

walaa118 commented 6 years ago

how can i use my theme colors instead of your orange?

azri92 commented 6 years ago

There are a few options you can set with the uCrop class. These include:

setStatusBarColor(int) // commonly colorPrimaryDark
setToolbarColor(int) // commonly colorPrimary
setToolbarWidgetColor(int)
setActiveWidgetColor(int)

Keep in mind that the Toolbar title text color is default to white, so you can't have a white toolbar.