-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class ItemCountrySelectBinding implements ViewBinding
-
-
Method Summary
Modifier and Type Method Description LinearLayoutgetRoot()static ItemCountrySelectBindinginflate(@NonNull() LayoutInflater inflater)static ItemCountrySelectBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static ItemCountrySelectBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() LinearLayout getRoot()
-
inflate
@NonNull() static ItemCountrySelectBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static ItemCountrySelectBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static ItemCountrySelectBinding bind(@NonNull() View rootView)
-
-
-
-