I am imported the zxing android library for use via gradle, however I want to modify the way things are drawn. From my understanding, that can only be changed by changing the draw function in one of the classes in the library. The problem is I cannot modify the classes in the library due to them being imported with gradle.
Is there any way I can edit that file or even supply another file to override that one? Thanks for your time.
Edit: Here is a link to the zxing github and the class that I am trying to change the functions in. I want to be able to change what the onDraw function does.