-
- All Implemented Interfaces:
-
androidx.viewbinding.ViewBinding
public final class GpsItemOpenWithAppBinding implements ViewBinding
-
-
Field Summary
Fields Modifier and Type Field Description public final ShapeableImageViewgpsAppIconpublic final TextViewgpsAppName
-
Method Summary
Modifier and Type Method Description LinearLayoutgetRoot()static GpsItemOpenWithAppBindinginflate(@NonNull() LayoutInflater inflater)static GpsItemOpenWithAppBindinginflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)static GpsItemOpenWithAppBindingbind(@NonNull() View rootView)-
-
Method Detail
-
getRoot
@NonNull() LinearLayout getRoot()
-
inflate
@NonNull() static GpsItemOpenWithAppBinding inflate(@NonNull() LayoutInflater inflater)
-
inflate
@NonNull() static GpsItemOpenWithAppBinding inflate(@NonNull() LayoutInflater inflater, @Nullable() ViewGroup parent, boolean attachToParent)
-
bind
@NonNull() static GpsItemOpenWithAppBinding bind(@NonNull() View rootView)
-
-
-
-