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 f1654c;
@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.f1654c = 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(2131558769, viewGroup, false);
if (z2) {
viewGroup.addView(inflate);
}
int i = 2131362772;
LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131362772);
if (linearLayout != null) {
i = 2131364238;
TextView textView = (TextView) inflate.findViewById(2131364238);
if (textView != null) {
i = 2131364239;
RecyclerView recyclerView = (RecyclerView) inflate.findViewById(2131364239);
if (recyclerView != null) {
i = 2131364240;
RelativeLayout relativeLayout = (RelativeLayout) inflate.findViewById(2131364240);
if (relativeLayout != null) {
i = 2131364241;
TextView textView2 = (TextView) inflate.findViewById(2131364241);
if (textView2 != null) {
i = 2131364242;
FrameLayout frameLayout = (FrameLayout) inflate.findViewById(2131364242);
if (frameLayout != null) {
i = 2131364243;
TextView textView3 = (TextView) inflate.findViewById(2131364243);
if (textView3 != null) {
i = 2131364244;
CardView cardView = (CardView) inflate.findViewById(2131364244);
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;
}
}