"onBindView" doesn't exist in Preference

451 views Asked by At

I know that to access custom items of preference I need to override Preference and "onBindView" method, but overriding doesn't work, because "It's overriding nothing" and calling super.onBindView(view) shows "Unresolved reference: onBindView" error. What an I supposed to do? There's just onBindViewHolder method, but it's completely different, isn't it?

0

There are 0 answers