zxing / zxing

ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Apache License 2.0
32.64k stars 9.35k forks source link

It looks blurry rarely on some android devices #1213

Closed CarlosEco closed 4 years ago

CarlosEco commented 4 years ago

Hi, i´m using ZXingScannerView and screen looks blurry only in some huawei devices like you can see in this image:

https://s50.photobucket.com/user/CarlosEco/media/IMG_20190927_123724_zps4q8dlvmb.jpg.html

The library import is: implementation 'com.journeyapps:zxing-android-embedded:3.6.0'

The tag that i´m using on my xml is: <me.dm7.barcodescanner.zxing.ZXingScannerView android:layout_width="match_parent" android:layout_height="match_parent" />

srowen commented 4 years ago

You're asking about your code, and a different library. This isn't the place.