Package com.xa.xpensauditor.databinding
Class ContentRateBinding
- java.lang.Object
-
- com.xa.xpensauditor.databinding.ContentRateBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ContentRateBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentRateBinding
bind(View rootView)
androidx.constraintlayout.widget.ConstraintLayout
getRoot()
static ContentRateBinding
inflate(LayoutInflater inflater)
static ContentRateBinding
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 ContentRateBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static ContentRateBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static ContentRateBinding bind(@NonNull View rootView)
-
-