32 lines
1013 B
Java
32 lines
1013 B
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.widget.ArrayAdapter;
|
||
|
import android.widget.TextView;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.erA, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C12060erA<T> extends ArrayAdapter<T> {
|
||
|
public C12060erA(Context context, T[] tArr) {
|
||
|
super(context, com.scb.phone.R.layout.2131559353, tArr);
|
||
|
}
|
||
|
|
||
|
public C12060erA(Context context, int i, List<T> list) {
|
||
|
super(context, i, list);
|
||
|
}
|
||
|
|
||
|
@Override // android.widget.ArrayAdapter, android.widget.BaseAdapter, android.widget.SpinnerAdapter
|
||
|
public final View getDropDownView(int i, View view, ViewGroup viewGroup) {
|
||
|
if (i == 0) {
|
||
|
TextView textView = new TextView(getContext());
|
||
|
textView.setHeight(0);
|
||
|
textView.setVisibility(8);
|
||
|
return textView;
|
||
|
}
|
||
|
return super.getDropDownView(i, null, viewGroup);
|
||
|
}
|
||
|
}
|