Lighter grey for non-usable barcode types

This commit is contained in:
Sylvia van Os
2021-04-07 21:19:56 +02:00
parent e964fda54a
commit 5081eb2dce

View File

@@ -254,7 +254,7 @@ class BarcodeImageWriterTask extends AsyncTask<Void, Void, Bitmap>
if (isSuccesful) {
imageView.setColorFilter(null);
} else {
imageView.setColorFilter(Color.GRAY, PorterDuff.Mode.LIGHTEN);
imageView.setColorFilter(Color.LTGRAY, PorterDuff.Mode.LIGHTEN);
}
if (textView != null) {