像谷歌空间应用程序的Android底部栏

时间:2016-10-27 18:38:09

标签: android bottom-sheet

我想在我的Android应用中使用BottomBar,但我想像one in Google Space app那样设计样式。我怎样才能达到这个效果?

4 个答案:

答案 0 :(得分:3)

在询问朋友之后我发现this library实现了我想要的东西

Here is a Demo

答案 1 :(得分:0)

最简单的(烟雾和镜子)解决方案是制作一个九个补丁,中间有一个凹凸,用于布局的背景 - 例如使用罗马的工具 - https://romannurik.github.io/AndroidAssetStudio/nine-patches.html

如果你需要动画底部栏,那么你肯定要创建自己的。也许做一个自定义布局,在绘制背景时,在中间画一个凹凸?狂欢肯定会动画一个矢量drawable:https://developer.android.com/reference/android/graphics/drawable/AnimatedVectorDrawable.html

答案 2 :(得分:0)

此库允许您像标签布局SpaceTabLibrary一样使用它。

enter link description here

答案 3 :(得分:-2)

实施解决方案的一些要素:

enter image description here

enter image description here