Class FragmentFriendsListBinding
- java.lang.Object
-
- edu.cnm.deepdive.viral.databinding.FragmentFriendsListBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class FragmentFriendsListBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description ListView
friendsListContainer
TextView
textGallery
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FragmentFriendsListBinding
bind(View rootView)
androidx.constraintlayout.widget.ConstraintLayout
getRoot()
static FragmentFriendsListBinding
inflate(LayoutInflater inflater)
static FragmentFriendsListBinding
inflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Method Detail
-
getRoot
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static FragmentFriendsListBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static FragmentFriendsListBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static FragmentFriendsListBinding bind(@NonNull View rootView)
-
-