英文:
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的网页就会打开,但顶部工具栏会占用一些空间,这可能会让我的应用程序用户感到沮丧,所以我想把所有这些工具栏图标放在一个浮动操作按钮下面。
类似于这个,或者我可以选择任何其他风格:
英文:
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:-
答案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:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论