Generated binding class that only takes a LayoutInflater as its sole argument
问题 The generated binding class from the Android Data Binding library has different versions of the inflate method: One that looks like the usual LayoutInflater.inflate method that takes a viewGroup and attachToRoot parameter, and one that only takes a LayoutInflater and nothing else. The documentation doesn't explain the difference between the two and unfortunately Android Studio doesn't let me step through the source code of inflate so that I could figure out which values it is using internally