Update README.md
This commit is contained in:
parent
86536163ca
commit
2cea9fe569
20
README.md
20
README.md
|
|
@ -22,11 +22,11 @@ Encoding with zxing (Qr code, PDF 417)
|
||||||
|
|
||||||
Example -1
|
Example -1
|
||||||
|
|
||||||
EncodingZxing.encodeToQrCode(text, size);
|
EncodingZxing.encodeToQrCode(text, size);
|
||||||
---------------------------------
|
---------------------------------
|
||||||
EncodingZxing.encodeToQrCode("Encoding with zxing", 500));
|
EncodingZxing.encodeToQrCode("Encoding with zxing", 500));
|
||||||
---------------------------------
|
---------------------------------
|
||||||
imageView.setImageBitmap(EncodingZxing.encodeToQrCode("Encoding with zxing", 500));
|
imageView.setImageBitmap(EncodingZxing.encodeToQrCode("Encoding with zxing", 500));
|
||||||
|
|
||||||
Example -2
|
Example -2
|
||||||
|
|
||||||
|
|
@ -46,8 +46,8 @@ Example -2
|
||||||
|
|
||||||
Example -1
|
Example -1
|
||||||
|
|
||||||
EncodingZxing.encodeToPDF417(text, size, dotColor, backgroundColor)
|
EncodingZxing.encodeToPDF417(text, size, dotColor, backgroundColor)
|
||||||
---------------------------------
|
---------------------------------
|
||||||
imageView.setImageBitmap(EncodingZxing.encodeToPDF417(text, size, dotColor, backgroundColor));
|
imageView.setImageBitmap(EncodingZxing.encodeToPDF417(text, size, dotColor, backgroundColor));
|
||||||
---------------------------------
|
---------------------------------
|
||||||
imageView.setImageBitmap(EncodingZxing.encodeToPDF417("Encoding with zxing", 500, Color.BLACK, Color.WHITE));
|
imageView.setImageBitmap(EncodingZxing.encodeToPDF417("Encoding with zxing", 500, Color.BLACK, Color.WHITE));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue