It should already work. In some cases you need to ...
# android
b
It should already work. In some cases you need to reference the base view first though (e.g. in a RecyclerView.ViewHolder you need to do
itemView.myTextView
)