美文网首页
Google好东西

Google好东西

作者: 谁帮我起个名字 | 来源:发表于2017-04-19 23:51 被阅读29次

    ColorUtils.setAlphaComponent(color, alpha);

    ContextCompat.getColor(Contextcontext,@ColorResintid);

    ContextCompat.getDrawable(Contextcontext,@ColorResintid);等

    替换已过时getResourse.getColor() api

    ##代码设置selector color

    ColorStateList colorStateList = getResources().getColorStateList(R.color.black);

    textView.setTextColor(colorStateList);

    相关文章

      网友评论

          本文标题:Google好东西

          本文链接:https://www.haomeiwen.com/subject/yulkzttx.html