You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
ImageButton: set the defStyleAttr
This commit is contained in:
@@ -6,11 +6,11 @@ import android.util.AttributeSet;
|
||||
public class ImageButton extends ImageView {
|
||||
|
||||
public ImageButton(Context context) {
|
||||
super(context);
|
||||
this(context, null);
|
||||
}
|
||||
|
||||
public ImageButton(Context context, AttributeSet attributeSet) {
|
||||
super(context, attributeSet);
|
||||
super(context, attributeSet, com.android.internal.R.attr.imageButtonStyle);
|
||||
}
|
||||
|
||||
public ImageButton(Context context, AttributeSet attributeSet, int defStyleAttr) {
|
||||
|
||||
Reference in New Issue
Block a user