version and camera

feat_androidx_migration
Henry Varona 2018-10-08 11:21:35 -04:00
parent 7183c0d803
commit 3767483945
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ android {
applicationId "cy.agorise.crystalwallet"
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "0.3M.alpha"
versionCode 4
versionName "0.4M.alpha"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true

View File

@ -660,7 +660,7 @@ public class SendTransactionFragment extends DialogFragment implements UIValidat
public void beginScanQrCode(){
//mScannerView = new ZXingScannerView(getContext());
mScannerView.setFormats(listOf(BarcodeFormat.QR_CODE));
mScannerView.setAspectTolerance(10f);
mScannerView.setAspectTolerance(20f);
mScannerView.setAutoFocus(true);
mScannerView.setLaserColor(R.color.colorAccent);
mScannerView.setMaskColor(R.color.colorAccent);