Package com.xa.xpensauditor.databinding
Class ContentSuggestBinding
- java.lang.Object
-
- com.xa.xpensauditor.databinding.ContentSuggestBinding
-
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
public final class ContentSuggestBinding extends Object implements androidx.viewbinding.ViewBinding
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentSuggestBinding
bind(View rootView)
RelativeLayout
getRoot()
static ContentSuggestBinding
inflate(LayoutInflater inflater)
static ContentSuggestBinding
inflate(LayoutInflater inflater, ViewGroup parent, boolean attachToParent)
-
-
-
Method Detail
-
getRoot
@NonNull public RelativeLayout getRoot()
- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
@NonNull public static ContentSuggestBinding inflate(@NonNull LayoutInflater inflater)
-
inflate
@NonNull public static ContentSuggestBinding inflate(@NonNull LayoutInflater inflater, @Nullable ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static ContentSuggestBinding bind(@NonNull View rootView)
-
-