gpt4 book ai didi

android - 在 SearchWidget 中实现类似动画的 Play Store

转载 作者:行者123 更新时间:2023-11-29 00:10:48 26 4
gpt4 key购买 nike

我想在我的应用程序中添加一个动画,它的作用与 Play 商店相同:

before animation

after animation

搜索小部件从右侧增长以填充整个工具栏。我使用 Search Widget 解释 here .到目前为止我还没有真正找到解决方案。也许有人有更多经验可以帮助我。谢谢...

最佳答案

我整理了一个关于如何创建搜索栏的示例和几个其他工具栏示例。它在 FloatingSearchToolbar 文件下。您需要在主工具栏上查看并将 float 工具栏设置为 View.GONE。

https://github.com/EugeneHoran/Android-Hard-Toolbar-with-many-different-elements

至于动画,您需要从右上角配置一个 View 动画。下面的 View 动画来自 google 的示例,可以在 上找到。

https://github.com/googlesamples/android-RevealEffectBasic/

 Animator animator = ViewAnimationUtils.createCircularReveal(
View v **Your view here**,
0,
0,
0,
(float) Math.hypot(shape.getWidth(), shape.getHeight()));

关于android - 在 SearchWidget 中实现类似动画的 Play Store,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30307117/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com