I'm currently using ZXing in my Android app to generate a one-dimension barcode (EAN_13 and CODE_39).
The result is looking good but I'd like to display numbers below the barcode, like that:

Is it doable?
|
feedback
|
|
You could simply just add a TextView aligned below|center of the xzing barcode, and put the numbers in there. If you really care about the specific look (with the numbers aligned slightly inside the barcode) - you could set a white background to the TextView, and use a negative alignment to move it up slightly into the barcode. Don't know answer if xzing supports what you want. Good Luck. | |||||
feedback
|