package com.ubtech.view.widget; import android.content.Context; import android.util.AttributeSet; import androidx.appcompat.widget.AppCompatButton; /* loaded from: classes2.dex */ public class UButton extends AppCompatButton { public UButton(Context context) { this(context, null); } private void a(Context context, AttributeSet attributeSet) { } public UButton(Context context, AttributeSet attributeSet) { this(context, attributeSet, 0); } public UButton(Context context, AttributeSet attributeSet, int i) { super(context, attributeSet, i); a(context, attributeSet); } }