Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作类似 twitter 个人资料的效果。
我用的是 ViewPager,每个 Fragment 都有一个 ListView。 每个 ListView 都有一个标题作为占位符视图。 我有一个注册回调方法,所以当 ListView 滚动时,在主 Activity 中的 header.setTranslationY 会被调用。 在onPageSelected中,会调用adjustScroll方法让ListView滚动到正确的位置,但是我无法得到正确的位置
怎么做这个?