GithubHelp home page GithubHelp logo

Comments (10)

woxingxiao avatar woxingxiao commented on July 30, 2024

It's too blur to diagnose. Can you offer me more information or take a screenshot ?

from bubbleseekbar.

heyleon avatar heyleon commented on July 30, 2024

Ok,its just like this
please wait me uploding thx

from bubbleseekbar.

heyleon avatar heyleon commented on July 30, 2024

qq 20170601142929

just like this ,sorry for wait

from bubbleseekbar.

heyleon avatar heyleon commented on July 30, 2024

i do not slipping ,and its normal
like this

Uploading QQ图片20170601142924.jpg…

from bubbleseekbar.

woxingxiao avatar woxingxiao commented on July 30, 2024

我还以为一位外国友人,能愉快汉语交流不。。╮(╯▽╰)╭
朋友,能多花点时间看完README文档么?里面说得很明白了,如果BubbleSeekBar的父控件是可滚动控件,需要这样修正:

mContainer.setOnYourContainerScrollListener(new OnYourContainerScrollListener() {
       @Override
       public void onScroll() {
           // call this method to correct offsets
           mBubbleSeekBar.correctOffsetWhenContainerOnScrolling();
       }
   });

from bubbleseekbar.

heyleon avatar heyleon commented on July 30, 2024

哈哈....原来是自己人 ,我知道那个方法 而且我也调用了
LinearLayout lly;
lly.setOnScrollChangeListener((v, scrollX, scrollY, oldScrollX, oldScrollY) -> bu.correctOffsetWhenContainerOnScrolling());
不过还是没效果..

from bubbleseekbar.

woxingxiao avatar woxingxiao commented on July 30, 2024

你的最外层是ScrollView吧,监听ScrollView的滑动

from bubbleseekbar.

heyleon avatar heyleon commented on July 30, 2024

是的我也是试过了 中间的view显示位置还是不对
倒是最下面的是可以的

from bubbleseekbar.

woxingxiao avatar woxingxiao commented on July 30, 2024

我刚刚在ScrollView里放了n个,都没有任何问题。我估计你用的原生ScrollView,监听滑动需要稍微改造下。这个项目里有,叫ObservableScrollView,拿去替换下应该就可以了

from bubbleseekbar.

rgdzh1 avatar rgdzh1 commented on July 30, 2024

你们两个好搞笑。。。

from bubbleseekbar.

Related Issues (20)

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.