alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

How to remove icon and background after choose them #41

Closed tduy7903 closed 1 year ago

tduy7903 commented 1 year ago

How to remove icons and background after selecting them

alexzhirkevich commented 1 year ago

Set drawable to null or set whole logo object to default value

tduy7903 commented 1 year ago

thank you so much, i got it