-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Currently, the name of the generated view in the ViewHolder is converted from the provided id.
The naming converter expects the id to be in a lower underscore case and then converts it using one of the namings adapters, but It still stays one-to-one with the id.
I want to be able to provide a custom name for each view regardless of the provided id
Reactions are currently unavailable