public final class FragmentSavedBinding extends Object implements androidx.viewbinding.ViewBinding
Modifier and Type | Field and Description |
---|---|
TextView |
textNotifications |
Modifier and Type | Method and Description |
---|---|
static FragmentSavedBinding |
bind(View rootView) |
androidx.constraintlayout.widget.ConstraintLayout |
getRoot() |
static FragmentSavedBinding |
inflate(LayoutInflater inflater) |
static FragmentSavedBinding |
inflate(LayoutInflater inflater,
ViewGroup parent,
boolean attachToParent) |
@NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
getRoot
in interface androidx.viewbinding.ViewBinding
@NonNull public static FragmentSavedBinding inflate(@NonNull LayoutInflater inflater)
@NonNull public static FragmentSavedBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
@NonNull public static FragmentSavedBinding bind(@NonNull View rootView)