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.
我试图实现 FAB 图标的动画。我完全按照文档中的描述制作了所有内容,但是我的图标没有动画。我不知道我错过了什么。
请查看此Gist 链接下的代码。
请帮我!
请检查此代码并复制相同的代码以获取动画。
您需要添加以下内容并提供给背景属性。
<ripple xmlns:android=........ android:color="?android:colorControlhighlight"> <item> <shape android:shape:.....> </item> </ripple>