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.
我想制作一个类似android内置Places应用程序的菜单。谁能告诉我这个菜单是怎么做的?
Places
您可以创建类似于 facebook 仪表板的仪表板布局的菜单。将其用作布局并用您喜欢的按钮或其他元素填充它。
我希望它会帮助你。
谢谢。
如前所述,这是一个仪表板布局。您可以在 android 中使用GridView绘制它。此链接提供了一个非常好的教程,可以满足您的确切需求。