-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class CommonLoadingBinding implements ViewBinding
-
-
Method Summary
Modifier and Type Method Description RelativeLayoutgetRoot()static CommonLoadingBindinginflate(@NonNull() LayoutInflater inflater)static CommonLoadingBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static CommonLoadingBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() RelativeLayout getRoot()
-
inflate
@NonNull() static CommonLoadingBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static CommonLoadingBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static CommonLoadingBinding bind(@NonNull() View rootView)
-
-
-
-