Skip to content

Commit 92f7fcc

Browse files
committed
Update README.md
1 parent 0fb80b4 commit 92f7fcc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ How to use:
2828
- In your onCreate method, you can find the view as usual, using findViewById() function.
2929
- Set onQRCodeReadListener to the QRCodeReaderView.
3030
- Start & Stop camera preview in onPause() and onResume() overriden methods.
31-
- Use onQRCodeReadListener callbacks as you want
32-
Example included in this repository:
31+
- Use onQRCodeReadListener callbacks as you want.
32+
- You can place averlay widgets or views over QRDecoderView
33+
34+
![Image](../master/readme_images/add_overlay.png?raw=true)
35+
36+
##### Example included in this repository: #####
3337

3438
```java
3539
public class DecoderActivity extends Activity implements OnQRCodeReadListener {
@@ -83,3 +87,6 @@ Example included in this repository:
8387
}
8488
}
8589
```
90+
91+
92+
![Image](../master/readme_images/app_example.png?raw=true)

0 commit comments

Comments
 (0)