单掷以展开 Android 的 CollapsingToolbarLayout
Single fling to uncollapse Android's CollapsingToolbarLayout
我已经实现了 CollapsingToolbarLayout
视差视图。
当我在一次连续滚动中向上滚动 RecyclerView 时,它展开 CollapsingToolbarLayout
。
但是当我发出 'fling' 嵌套滚动视图时,它停在嵌套滚动视图的顶部。您必须再次投掷才能展开 CollapsingToolbarLayout
、
Android Studio 2.0 中的 ScrollingActivity 模板演示了这个问题。 Chris Bain 的 Cheesecake project 在详细视图中展示了相同的内容。
但是,Google Play 和 Spotify 都没有分别在 'view app' 和 'playlist' 视图中出现此问题。他们将一次性滚动到嵌套滚动视图的顶部并展开工具栏。
设计库元素是否可行?
编辑:Ian 已注意到此报告 bug。请给它加注星标和 post 您可能有的任何工作。
这是一个known issue, currently being worked on as mentioned in the comments on this Google+ post。
Android 支持库 26.0.0-beta2 修复了这个问题!参见 here。
它已经过测试并且工作正常!
我已经实现了 CollapsingToolbarLayout
视差视图。
当我在一次连续滚动中向上滚动 RecyclerView 时,它展开 CollapsingToolbarLayout
。
但是当我发出 'fling' 嵌套滚动视图时,它停在嵌套滚动视图的顶部。您必须再次投掷才能展开 CollapsingToolbarLayout
、
Android Studio 2.0 中的 ScrollingActivity 模板演示了这个问题。 Chris Bain 的 Cheesecake project 在详细视图中展示了相同的内容。
但是,Google Play 和 Spotify 都没有分别在 'view app' 和 'playlist' 视图中出现此问题。他们将一次性滚动到嵌套滚动视图的顶部并展开工具栏。
设计库元素是否可行?
编辑:Ian 已注意到此报告 bug。请给它加注星标和 post 您可能有的任何工作。
这是一个known issue, currently being worked on as mentioned in the comments on this Google+ post。
Android 支持库 26.0.0-beta2 修复了这个问题!参见 here。 它已经过测试并且工作正常!