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