AppBar 可以转到屏幕底部而不是顶部吗? (胶子)
Can the AppBar go to the bottom of screen instead of top? (Gluon)
我希望 toolbar/AppBar 位于视图的底部而不是顶部。我有办法做到这一点吗?这里有一张图片供参考。谢谢
Image of ideal bottom AppBar
据我所知,AppBar
目前只显示在视图的顶部。应该可以在某种程度上使用 BottomNavigation
来模拟您想要的功能。
我希望 toolbar/AppBar 位于视图的底部而不是顶部。我有办法做到这一点吗?这里有一张图片供参考。谢谢
Image of ideal bottom AppBar
据我所知,AppBar
目前只显示在视图的顶部。应该可以在某种程度上使用 BottomNavigation
来模拟您想要的功能。