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