Created
December 26, 2020 19:10
-
-
Save gokmenbayram/1bcb4640b0d6ec884cdb915c8574e0a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RecyclerView.ViewHolder { | |
val binding = ItemRowBinding.inflate(LayoutInflater.from(parent.context), parent, false) | |
return ItemViewHolder(binding) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment