discord-jadx/app/src/main/java/com/discord/databinding/ViewNitroBoostPerksBinding....

91 lines
3.8 KiB
Java

package com.discord.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.cardview.widget.CardView;
import androidx.recyclerview.widget.RecyclerView;
import androidx.viewbinding.ViewBinding;
public final class ViewNitroBoostPerksBinding implements ViewBinding {
@NonNull
public final CardView a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final RecyclerView f1661c;
@NonNull
public final RelativeLayout d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
@NonNull
public final CardView g;
public ViewNitroBoostPerksBinding(@NonNull CardView cardView, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull CardView cardView2) {
this.a = cardView;
this.b = textView;
this.f1661c = recyclerView;
this.d = relativeLayout;
this.e = textView2;
this.f = textView3;
this.g = cardView2;
}
@NonNull
public static ViewNitroBoostPerksBinding a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) {
View inflate = layoutInflater.inflate(2131558776, viewGroup, false);
if (z2) {
viewGroup.addView(inflate);
}
int i = 2131362780;
LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131362780);
if (linearLayout != null) {
i = 2131364294;
TextView textView = (TextView) inflate.findViewById(2131364294);
if (textView != null) {
i = 2131364295;
RecyclerView recyclerView = (RecyclerView) inflate.findViewById(2131364295);
if (recyclerView != null) {
i = 2131364296;
RelativeLayout relativeLayout = (RelativeLayout) inflate.findViewById(2131364296);
if (relativeLayout != null) {
i = 2131364297;
TextView textView2 = (TextView) inflate.findViewById(2131364297);
if (textView2 != null) {
i = 2131364298;
FrameLayout frameLayout = (FrameLayout) inflate.findViewById(2131364298);
if (frameLayout != null) {
i = 2131364299;
TextView textView3 = (TextView) inflate.findViewById(2131364299);
if (textView3 != null) {
i = 2131364300;
CardView cardView = (CardView) inflate.findViewById(2131364300);
if (cardView != null) {
return new ViewNitroBoostPerksBinding((CardView) inflate, linearLayout, textView, recyclerView, relativeLayout, textView2, frameLayout, textView3, cardView);
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}