Android: Color To Int conversion

前端 未结 5 1162
时光说笑
时光说笑 2020-12-06 03:56

This might be a stupid question but I\'m surprised that Paint class has no setColor(Color c) method. I want to do the following:

pu         


        
5条回答
  •  广开言路
    2020-12-06 04:39

    I think it should be R.color.black

    Also take a look at Converting android color string in runtime into int

提交回复
热议问题