Update README.md

This commit is contained in:
MOATAZ IBRAHIM ELDESOUKI TAWFEEK MOHAMMED 2017-01-18 11:19:59 +02:00 committed by GitHub
parent 831606193d
commit 86536163ca
1 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ Encoding with zxing (Qr code, PDF 417)
##Add library dependency
### installation
- First add encoding_zxing_lib in your project.
- First add encoding_zxing_lib in your project. Then Add this line in app gradle.build
> compile project(path: ':encoding_zxing_lib')
@ -36,11 +36,11 @@ Example -2
dotColor,
backgroundColor);
---------------------------------
EncodingZxing.encodeToQrCode("Encoding with zxing",
400,
400,
Color.BLACK,
Color.WHITE);
EncodingZxing.encodeToQrCode("Encoding with zxing",
400,
400,
Color.BLACK,
Color.WHITE);
##To generate encode of PDF417