Search code examples
androidzxing

Is it possible to change background of ZXing when showing QR code using intent?


I would like to use ZXing to generate QR code and show it on screen, however I require that the QR code is shown over a specific background [image]. Is it possible with ZXing?

Thanks

EDIT: It would also be great to be able to change status bar title from plain text [I'm using TYPE_TEXT] to something else.


Solution

  • Just create the barcode image using the library and display it in your very own activity. You can style that anyway you like.