Skip to content

Commit

Permalink
Added About Section Code and Resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
debz-g committed Feb 28, 2022
1 parent 3547952 commit f3d7c5e
Show file tree
Hide file tree
Showing 8 changed files with 438 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class FridgeAdapter(

fun bind(item: FridgeItems, fridgeViewModel: FridgeViewModel, parentView: View) {

binding.productName.text = item.itemName.toString()
binding.productName.text = item.itemName
binding.expiry.text = item.itemExpiry.toString()
binding.tag.text = item.itemTag.toString()
binding.tag.text = item.itemTag
binding.quantity.text = item.itemQuantity.toString()
binding.fridgeCard.background =ContextCompat.getDrawable(context, item.bg)

Expand Down
Binary file added app/src/main/res/drawable-v24/debz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-v24/joyeeta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-v24/madhur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-v24/manasvi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable-v24/saalim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f3d7c5e

Please sign in to comment.