19 lines
576 B
Java
19 lines
576 B
Java
package androidx.appcompat.widget;
|
|
|
|
import android.R;
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.widget.LinearLayout;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class ActivityChooserView$InnerLayout extends LinearLayout {
|
|
private static final int[] a = {R.attr.background};
|
|
|
|
public ActivityChooserView$InnerLayout(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
TintTypedArray a2 = TintTypedArray.a(context, attributeSet, a);
|
|
setBackgroundDrawable(a2.b(0));
|
|
a2.a();
|
|
}
|
|
}
|