Skip to content

Commit

Permalink
Merge pull request #1565 from rutvik-panchal/fix#1401
Browse files Browse the repository at this point in the history
Refactor - Changed QR code icon color
  • Loading branch information
miPlodder authored Nov 28, 2020
2 parents ba265f1 + cfdca15 commit 7687408
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable-hdpi/ic_qrcode_scan_gray_dark.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/gray_dark"
android:pathData="M4,4H10V10H4V4M20,4V10H14V4H20M14,15H16V13H14V11H16V13H18V11H20V13H18V15H20V18H18V20H16V18H13V20H11V16H14V15M16,15V18H18V15H16M4,20V14H10V20H4M6,6V8H8V6H6M16,6V8H18V6H16M6,16V18H8V16H6M4,11H6V13H4V11M9,11H13V15H11V13H9V11M11,6H13V10H11V6M2,2V6H0V2A2,2 0,0 1,2 0H6V2H2M22,0A2,2 0,0 1,24 2V6H22V2H18V0H22M2,18V22H6V24H2A2,2 0,0 1,0 22V18H2M22,22V18H24V22A2,2 0,0 1,22 24H18V22H22Z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_qrcode_scan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/gray_dark"
android:fillColor="@color/primary"
android:pathData="M4,4H10V10H4V4M20,4V10H14V4H20M14,15H16V13H14V11H16V13H18V11H20V13H18V15H20V18H18V20H16V18H13V20H11V16H14V15M16,15V18H18V15H16M4,20V14H10V20H4M6,6V8H8V6H6M16,6V8H18V6H16M6,16V18H8V16H6M4,11H6V13H4V11M9,11H13V15H11V13H9V11M11,6H13V10H11V6M2,2V6H0V2A2,2 0,0 1,2 0H6V2H2M22,0A2,2 0,0 1,24 2V6H22V2H18V0H22M2,18V22H6V24H2A2,2 0,0 1,0 22V18H2M22,22V18H24V22A2,2 0,0 1,22 24H18V22H22Z"/>
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<ImageView
android:layout_height="70dp"
android:layout_width="70dp"
app:srcCompat="@drawable/ic_qrcode_scan"/>
app:srcCompat="@drawable/ic_qrcode_scan_gray_dark"/>

<TextView
android:gravity="center"
Expand Down

0 comments on commit 7687408

Please sign in to comment.