为了账号安全,请及时绑定邮箱和手机立即绑定

为什么setBackgroundColor()没用,反而XML里的background可以

package com.example.lenovo.viewbutton;

import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.View;

/**
 * Created by lenovo on 2018/10/31.
 */

public class NewButton extends View
{
    public NewButton(Context context, AttributeSet attr)
    {
        super(context, attr);

        setBackgroundColor(0x44ff0000);
    }
}


正在回答

1 回答

因为XML中的颜色给setBackgroundColor()的颜色覆盖了。


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android-五子连珠
  • 参与学习       39006    人
  • 解答问题       166    个

Android游戏开发-五子连珠,本教程通过UI与逻辑实现双人对战

进入课程

为什么setBackgroundColor()没用,反而XML里的background可以

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信