Created
June 9, 2020 08:24
-
-
Save sandipsavaliya112/11a67a3c6499a78f0206eb99e29906dd to your computer and use it in GitHub Desktop.
This file contains 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): GenericVH { | |
return GenericVH(DataBindingUtil.inflate(LayoutInflater.from(parent.context), viewType, parent, false)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment