Created
June 15, 2018 16:15
-
-
Save bangiqi/c9e94b9b78df26b9fe46a6ce59eb0b2b 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
class ViewHolder (view: View) : RecyclerView.ViewHolder(view){ | |
val tvNamaBulanHijriyah = view.tv_nama_blnhijriah | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment