This constructor is missing:
public TitledValueButton(Context context, AttributeSet attrs, int defStyle) {
super(context, attrs, defStyle);
}
Add this constructor to your custom button class.
This constructor is missing:
public TitledValueButton(Context context, AttributeSet attrs, int defStyle) {
super(context, attrs, defStyle);
}
Add this constructor to your custom button class.