Class ItemPostBinding
- java.lang.Object
-
- edu.cnm.deepdive.viral.databinding.ItemPostBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ItemPostBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description Button
buttonFocus
Button
buttonMessage
TextView
postContents
TextView
postPoster
ImageView
postProfilePicture
TextView
postTimestamp
androidx.constraintlayout.widget.Guideline
postVerticalGuideline
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemPostBinding
bind(View rootView)
MaterialCardView
getRoot()
static ItemPostBinding
inflate(LayoutInflater inflater)
static ItemPostBinding
inflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Field Detail
-
postVerticalGuideline
@NonNull public final androidx.constraintlayout.widget.Guideline postVerticalGuideline
-
-
Method Detail
-
getRoot
@NonNull public MaterialCardView getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static ItemPostBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static ItemPostBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static ItemPostBinding bind(@NonNull View rootView)
-
-