Class ItemEventPosterBinding
java.lang.Object
com.example.slacks_lottoevent.databinding.ItemEventPosterBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ItemEventPosterBinding
extends Object
implements androidx.viewbinding.ViewBinding
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemEventPosterBinding
bind
(android.view.View rootView) android.widget.LinearLayout
getRoot()
static ItemEventPosterBinding
inflate
(android.view.LayoutInflater inflater) static ItemEventPosterBinding
inflate
(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
imageHolder
@NonNull public final android.widget.ImageView imageHolder
-
-
Method Details
-
getRoot
@NonNull public android.widget.LinearLayout getRoot()- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static ItemEventPosterBinding inflate(@NonNull android.view.LayoutInflater inflater) -
inflate
@NonNull public static ItemEventPosterBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-