类 EaseRowSentLocationBinding
- java.lang.Object
-
- io.agora.chat.uikit.databinding.EaseRowSentLocationBinding
-
- 所有已实现的接口:
androidx.viewbinding.ViewBinding
public final class EaseRowSentLocationBinding extends java.lang.Object implements androidx.viewbinding.ViewBinding
-
-
字段概要
字段 修饰符和类型 字段 说明 android.widget.LinearLayoutbubbleandroidx.constraintlayout.widget.ConstraintLayoutclBubbleOutEaseImageViewivUserheadandroid.widget.ImageViewmsgStatusandroid.widget.ProgressBarprogressBarandroid.widget.RadioButtonrbSelectandroid.widget.TextViewtimestampandroid.widget.TextViewtvAckandroid.widget.TextViewtvDeliveredandroid.widget.TextViewtvLocationandroid.widget.TextViewtvLocationNameEaseChatReactionViewtvSubReactionContentandroid.widget.TextViewtvUserid
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static EaseRowSentLocationBindingbind(android.view.View rootView)android.widget.LinearLayoutgetRoot()static EaseRowSentLocationBindinginflate(android.view.LayoutInflater inflater)static EaseRowSentLocationBindinginflate(android.view.LayoutInflater inflater, android.view.ViewGroup parent, boolean attachToParent)
-
-
-
字段详细资料
-
bubble
@NonNull public final android.widget.LinearLayout bubble
-
clBubbleOut
@NonNull public final androidx.constraintlayout.widget.ConstraintLayout clBubbleOut
-
ivUserhead
@NonNull public final EaseImageView ivUserhead
-
msgStatus
@NonNull public final android.widget.ImageView msgStatus
-
progressBar
@NonNull public final android.widget.ProgressBar progressBar
-
rbSelect
@NonNull public final android.widget.RadioButton rbSelect
-
timestamp
@NonNull public final android.widget.TextView timestamp
-
tvAck
@NonNull public final android.widget.TextView tvAck
-
tvDelivered
@NonNull public final android.widget.TextView tvDelivered
-
tvLocation
@NonNull public final android.widget.TextView tvLocation
-
tvLocationName
@NonNull public final android.widget.TextView tvLocationName
-
tvSubReactionContent
@NonNull public final EaseChatReactionView tvSubReactionContent
-
tvUserid
@NonNull public final android.widget.TextView tvUserid
-
-
方法详细资料
-
getRoot
@NonNull public android.widget.LinearLayout getRoot()
- 指定者:
getRoot在接口中androidx.viewbinding.ViewBinding
-
inflate
@NonNull public static EaseRowSentLocationBinding inflate(@NonNull android.view.LayoutInflater inflater)
-
inflate
@NonNull public static EaseRowSentLocationBinding inflate(@NonNull android.view.LayoutInflater inflater, @Nullable android.view.ViewGroup parent, boolean attachToParent)
-
bind
@NonNull public static EaseRowSentLocationBinding bind(@NonNull android.view.View rootView)
-
-