Class DialogQrCodeBinding
java.lang.Object
com.example.slacks_lottoevent.databinding.DialogQrCodeBinding
- All Implemented Interfaces:
androidx.viewbinding.ViewBinding
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DialogQrCodeBinding
bind
(android.view.View rootView) android.widget.LinearLayout
getRoot()
static DialogQrCodeBinding
inflate
(android.view.LayoutInflater inflater) static DialogQrCodeBinding
inflate
(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
Field Details
-
qrCodeImage
@NonNull public final android.widget.ImageView qrCodeImage
-
-
Method Details
-
getRoot
@NonNull public android.widget.LinearLayout getRoot()- Specified by:
getRoot
in interfaceandroidx.viewbinding.ViewBinding
-
inflate
-
inflate
@NonNull public static DialogQrCodeBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent) -
bind
-