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

Light status bar #383

Closed vmartynyuk closed 6 years ago

vmartynyuk commented 6 years ago

How can I change status bar icons as lightstatusbar?

Legementarion commented 6 years ago

@vmartynyuk Hi! what do you mean? Can you show example?

wa1demar commented 6 years ago

@Legementarion in app I can add to theme parameter lightstatusbar = true. That parameter changes status bar icons to black. After that I can set status bar color, for example, white.

Legementarion commented 6 years ago

@vmartynyuk @wa1demar , Hi again, I reproduced want you want and here my conclusion - Use UCropFragment instead UcropActivity, with UCropFragment you can customize your theme as you want. UCropFragment available at last version of Ucrop (2.2.2). Hope I helped you :)

vmartynyuk commented 6 years ago

@Legementarion, Yep! That's what I want! Thanks!!

Legementarion commented 6 years ago

You are welcome :)