Skip to content

Commit

Permalink
fixed QR code color
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK2905 committed Jan 21, 2024
1 parent 9f2a38f commit ed4109e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ProfileFragment : Fragment() {
multiFormatWriter.encode(text, BarcodeFormat.QR_CODE, width, height, hints)

val clear = Color.TRANSPARENT
val solid = Color.parseColor("#964C1A")
val solid = Color.parseColor("#662B13")
val black = Color.BLACK
// creates qr code based on bitMatrix
for (x in 0 until width) {
Expand Down

0 comments on commit ed4109e

Please sign in to comment.