如何比较.getCurrentTextColor()和Hex代码(Android)

时间:2017-04-28 19:33:33

标签: java android hex

只是想知道我如何比较TextView的当前颜色和Hex代码。代码段如下所示:

public void topButtonClicked(View view) {
    if(color_top.getCurrentTextColor() == Color.parseColor("#000000")) {
        score_top += 1;
        button_top.setText("Score "+score_top);
    } else {    
        //
    }

如果有人可以帮助我会很棒

1 个答案:

答案 0 :(得分:0)

实际上,它的工作原理很好! 我使用的Hex代码只是错误的代码..