discord-jadx/app/src/main/java/c/a/i/v5.java

54 lines
1.7 KiB
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
import android.view.View;
2021-11-29 08:39:39 +00:00
import android.widget.FrameLayout;
import android.widget.LinearLayout;
2021-11-29 08:39:39 +00:00
import android.widget.Space;
import android.widget.TextView;
import androidx.annotation.NonNull;
2021-11-29 08:39:39 +00:00
import androidx.constraintlayout.widget.Barrier;
import androidx.viewbinding.ViewBinding;
2021-11-22 08:31:21 +00:00
import com.facebook.drawee.view.SimpleDraweeView;
2021-11-29 08:39:39 +00:00
import com.google.android.material.button.MaterialButton;
/* compiled from: WidgetStageChannelRichPresenceBinding */
2021-08-18 07:29:27 +00:00
public final class v5 implements ViewBinding {
@NonNull
2021-11-29 08:39:39 +00:00
public final LinearLayout a;
@NonNull
2021-11-22 08:31:21 +00:00
public final LinearLayout b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-11-29 08:39:39 +00:00
public final TextView f178c;
@NonNull
2021-10-11 07:48:45 +00:00
public final TextView d;
2021-11-22 08:31:21 +00:00
@NonNull
public final SimpleDraweeView e;
@NonNull
public final TextView f;
@NonNull
2021-11-29 08:39:39 +00:00
public final MaterialButton g;
2021-11-22 08:31:21 +00:00
@NonNull
public final TextView h;
@NonNull
2021-11-29 08:39:39 +00:00
public final TextView i;
2021-11-29 08:39:39 +00:00
public v5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.b = linearLayout2;
this.f178c = textView;
2021-10-11 07:48:45 +00:00
this.d = textView2;
2021-11-22 08:31:21 +00:00
this.e = simpleDraweeView;
this.f = textView3;
2021-11-29 08:39:39 +00:00
this.g = materialButton;
this.h = textView4;
this.i = textView5;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}