SharedElementTransition.java 文件源码

java
阅读 34 收藏 0 点赞 0 评论 0

项目:react-native-navigation 作者:
@Keep
public void setTextColor(double[] color) {
    if (child instanceof TextView) {
        ViewUtils.setSpanColor(spannableText, ColorUtils.labToColor(color));
        ((TextView) child).setText(spannableText);
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号