Class ToolbarLayoutBinding

java.lang.Object
com.example.slacks_lottoevent.databinding.ToolbarLayoutBinding
All Implemented Interfaces:
androidx.viewbinding.ViewBinding

public final class ToolbarLayoutBinding extends Object implements androidx.viewbinding.ViewBinding
  • Field Details

    • toolbar

      @NonNull public final com.google.android.material.appbar.MaterialToolbar toolbar
  • Method Details

    • getRoot

      @NonNull public androidx.constraintlayout.widget.ConstraintLayout getRoot()
      Specified by:
      getRoot in interface androidx.viewbinding.ViewBinding
    • inflate

      @NonNull public static ToolbarLayoutBinding inflate(@NonNull android.view.LayoutInflater inflater)
    • inflate

      @NonNull public static ToolbarLayoutBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent)
    • bind

      @NonNull public static ToolbarLayoutBinding bind(@NonNull android.view.View rootView)