-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class GpsPoweredByGiniBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final ImageViewgpsGiniLogopublic final TextViewgpsPoweredByGiniLabel
-
Method Summary
Modifier and Type Method Description ConstraintLayoutgetRoot()static GpsPoweredByGiniBindinginflate(@NonNull() LayoutInflater inflater)static GpsPoweredByGiniBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static GpsPoweredByGiniBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() ConstraintLayout getRoot()
-
inflate
@NonNull() static GpsPoweredByGiniBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static GpsPoweredByGiniBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static GpsPoweredByGiniBinding bind(@NonNull() View rootView)
-
-
-
-