Can you please help me with getting these Toolbar icons under a floating action button so that I can save space of webpage?

huangapple go评论58阅读模式
英文:

Can you please help me with getting these Toolbar icons under a floating action button so that I can save space of webpage?

问题

Sure, here's the translated content:

我做了一个应用程序(集成了所有社交媒体),在这个应用程序中,如果有人点击(例如Facebook),那么Facebook的网页就会打开,但顶部工具栏会占用一些空间,这可能会让我的应用程序用户感到沮丧,所以我想把所有这些工具栏图标放在一个浮动操作按钮下面。
类似于这个,或者我可以选择任何其他风格:
Can you please help me with getting these Toolbar icons under a floating action button so that I can save space of webpage?

英文:

Can you please help me with getting these Toolbar icons under a floating action button so that I can save space of webpage?

I have made an app (all in one social media) in which if someone clicks (eg. facebook) then the webpage of facebook opens but the top toolbar consumes some space which can make my app users frustrated so I want to put all those toolbar icons under a floating action button.
Similar to this or I am ready to go for any other style:-
Can you please help me with getting these Toolbar icons under a floating action button so that I can save space of webpage?

答案1

得分: 1

你可以双向操作。要么自己创建菜单,要么使用库。例如,你可以轻松创建垂直菜单,这里有一个简单的教程:

https://mobikul.com/expandable-floating-action-button-fab-menu/

或者你可以使用一个库。对于库,我喜欢访问 Android Arsenal,那里汇集了大量的库:

https://android-arsenal.com/search?q=FAB+menu

你要找的一个库示例是:

https://github.com/oguzbilgener/CircularFloatingActionMenu

英文:

You can go both ways. Either you create the menu on your own or you can use library. For example you can easily create vertical menu and there is a simple tutorial for it there:

https://mobikul.com/expandable-floating-action-button-fab-menu/

Or you can use a library. For libraries I like to go to Android Arsenal which has tons of libraries in one place:

https://android-arsenal.com/search?q=FAB+menu

One example of library you're looking for:

https://github.com/oguzbilgener/CircularFloatingActionMenu

huangapple
  • 本文由 发表于 2020年10月23日 13:09:08
  • 转载请务必保留本文链接:https://go.coder-hub.com/64494185.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定