BackgroundLibrary
                                
                                 BackgroundLibrary copied to clipboard
                                
                                    BackgroundLibrary copied to clipboard
                            
                            
                            
                        MultiTextColorSelectorColorCreator中对颜色值的判断有误
设置#ffffff时,Color.parseColor会返回-1,所以下面判断有误: if(color == -1){ throw new IllegalArgumentException("cannot find color from the last attribute"); }
👌近期修改一下