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