开发者

Ribbon menu in Android app

I want to use ribbon menu(as on Microsoft Word 2007 or 10) in my android application. Anyone have any suggestions? If it impossible to implement, may be anyone have other ideas how to implement similar functionality? In Android development i am newbie, so i can not imagine how to modulate Ribbon menu with 开发者_StackOverflow中文版Activities(windows) and Android tools. May be using of Ribbon menu in mobile Apps is not good idea, if so, what alternative i can use? Ribbon menu need because application is very large, and it's have many tools and options. Thanks!:)

Ribbon menu in Android app


You can use TabLayout mixed + linear/relativelayout + using layout_weight properly.


There is no such thing as a built in ribbon menu in Android. You could model it with a TabLayout (Android dev info on Tabs) that has a tab for each of the ribbon menu entries such as Home, Insert, ...

You can then show the different menus in the view displayed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜