hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
993 stars 389 forks source link

Appbar font #159

Open sm2017 opened 4 years ago

sm2017 commented 4 years ago

How can I change app bar font?

sm2017 commented 4 years ago

@hnvn Reply please

hnvn commented 4 years ago

As my understanding, you are mentioning about the font of the TextView on the Android toolbar. The quick answer is that the plugin doesn't support to customize this font. If you want to do so, you need to modify the native codes and here's the codes I suggest that you may have a look: https://github.com/Yalantis/uCrop/blob/master/ucrop/src/main/res/layout/ucrop_activity_photobox.xml#L16

sm2017 commented 4 years ago

@hnvn it is possible that I override style without modifying the library's code?