package com.discord.databinding; import android.view.View; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.airbnb.lottie.LottieAnimationView; import com.discord.app.AppViewFlipper; import com.discord.utilities.dimmer.DimmerView; import com.discord.views.CheckedSetting; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; import com.google.android.material.floatingactionbutton.FloatingActionButton; public final class WidgetSettingsAccountBinding implements ViewBinding { @NonNull public final TextView A; @NonNull public final TextView B; @NonNull public final FloatingActionButton C; @NonNull public final NestedScrollView D; @NonNull public final CheckedSetting E; @NonNull public final TextView F; @NonNull public final TextView G; @NonNull public final LinearLayout H; @NonNull public final TextView I; @NonNull public final RelativeLayout J; @NonNull public final MaterialButton K; @NonNull public final TextView L; @NonNull public final TextView M; @NonNull public final TextView N; @NonNull public final CoordinatorLayout a; @NonNull public final RelativeLayout b; @NonNull /* renamed from: c reason: collision with root package name */ public final View f1917c; @NonNull public final DimmerView d; @NonNull public final TextView e; @NonNull public final SimpleDraweeView f; @NonNull public final FrameLayout g; @NonNull public final TextView h; @NonNull public final LinearLayout i; @NonNull public final TextView j; @NonNull public final TextView k; @NonNull public final TextView l; @NonNull public final LinearLayout m; @NonNull public final MaterialButton n; @NonNull public final LinearLayout o; @NonNull public final TextView p; @NonNull public final AppViewFlipper q; @NonNull public final LottieAnimationView r; @NonNull /* renamed from: s reason: collision with root package name */ public final TextView f1918s; @NonNull public final LinearLayout t; @NonNull public final TextView u; @NonNull public final LinearLayout v; @NonNull public final TextView w; @NonNull /* renamed from: x reason: collision with root package name */ public final TextView f1919x; @NonNull /* renamed from: y reason: collision with root package name */ public final TextView f1920y; @NonNull /* renamed from: z reason: collision with root package name */ public final LinearLayout f1921z; public WidgetSettingsAccountBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull RelativeLayout relativeLayout, @NonNull View view, @NonNull DimmerView dimmerView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull LinearLayout linearLayout3, @NonNull TextView textView5, @NonNull TextView textView6, @NonNull LinearLayout linearLayout4, @NonNull LinearLayout linearLayout5, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout6, @NonNull TextView textView7, @NonNull AppViewFlipper appViewFlipper, @NonNull LottieAnimationView lottieAnimationView, @NonNull TextView textView8, @NonNull LinearLayout linearLayout7, @NonNull TextView textView9, @NonNull TextView textView10, @NonNull LinearLayout linearLayout8, @NonNull TextView textView11, @NonNull TextView textView12, @NonNull TextView textView13, @NonNull TextView textView14, @NonNull LinearLayout linearLayout9, @NonNull TextView textView15, @NonNull TextView textView16, @NonNull FloatingActionButton floatingActionButton, @NonNull NestedScrollView nestedScrollView, @NonNull CheckedSetting checkedSetting, @NonNull TextView textView17, @NonNull TextView textView18, @NonNull LinearLayout linearLayout10, @NonNull TextView textView19, @NonNull TextView textView20, @NonNull RelativeLayout relativeLayout2, @NonNull MaterialButton materialButton2, @NonNull TextView textView21, @NonNull TextView textView22, @NonNull TextView textView23) { this.a = coordinatorLayout; this.b = relativeLayout; this.f1917c = view; this.d = dimmerView; this.e = textView; this.f = simpleDraweeView; this.g = frameLayout; this.h = textView2; this.i = linearLayout2; this.j = textView4; this.k = textView5; this.l = textView6; this.m = linearLayout5; this.n = materialButton; this.o = linearLayout6; this.p = textView7; this.q = appViewFlipper; this.r = lottieAnimationView; this.f1918s = textView8; this.t = linearLayout7; this.u = textView10; this.v = linearLayout8; this.w = textView12; this.f1919x = textView13; this.f1920y = textView14; this.f1921z = linearLayout9; this.A = textView15; this.B = textView16; this.C = floatingActionButton; this.D = nestedScrollView; this.E = checkedSetting; this.F = textView17; this.G = textView18; this.H = linearLayout10; this.I = textView20; this.J = relativeLayout2; this.K = materialButton2; this.L = textView21; this.M = textView22; this.N = textView23; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }