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