29 lines
856 B
Java
29 lines
856 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* renamed from: o.Aki, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0157Aki {
|
|
public final Button a;
|
|
private LinearLayout b;
|
|
public final RelativeLayout c;
|
|
public final Button d;
|
|
private LinearLayout e;
|
|
private TextView g;
|
|
private TextView h;
|
|
|
|
public C0157Aki(RelativeLayout relativeLayout, Button button, Button button2, LinearLayout linearLayout, LinearLayout linearLayout2, TextView textView, TextView textView2) {
|
|
this.c = relativeLayout;
|
|
this.d = button;
|
|
this.a = button2;
|
|
this.b = linearLayout;
|
|
this.e = linearLayout2;
|
|
this.g = textView;
|
|
this.h = textView2;
|
|
}
|
|
}
|