DataBinding Guide States
By default, a Binding class will be generated based on the name of the layout file, converting it to Pascal case and suffixing “Bindi
If you ever wanted to give your own Binding class name just add class attribute to the data element with class name
class
data
Binding classes may be renamed or placed in different packages by adjusting the class attribute of the data element.
... ...