Git Product home page Git Product logo

flexboxutils's Issues

反馈BUG

回调中selectedItem里的数据和选择时选择数据的顺序不一样,比如我是按顺序选择的(a、b、c)但是结果返回的可能会是(a、c、b)

能支持单个label的颜色和背景吗?

我重写,发现背景换了,但是颜色没换。。。

     TextView textView = tagView.getTextView();
        textView.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 13);
        textView.setGravity(Gravity.CENTER);
        textView.setTextColor(item.textColor);
        textView.setBackgroundResource(item.textBg);


        //itemDefaultDrawable = item.textBg; //动态更换颜色
        //tagView.setItemDefaultDrawable(itemDefaultDrawable);
        tagView.setItemDefaultDrawable(item.textBg);
        tagView.setItemSelectDrawable(itemSelectDrawable);
        //itemDefaultTextColor = item.textColor;//动态更换颜色
        //tagView.setItemDefaultTextColor(itemDefaultTextColor);
        tagView.setItemDefaultTextColor(item.textColor);
        tagView.setItemSelectTextColor(itemSelectTextColor);
        tagView.setItem(item);

反馈问题

你好,可以在onSubscribe回调中添加一个position行吗

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.