开发者

Anyone know how to create a custom menu like this in android apps?

开发者 https://www.devze.com 2023-03-11 20:19 出处:网络
hii,I was just learning android i want create menu like this at this imageThis Menu i was confused make this,anyody know how i can do it with 4 item like the link above ?

hii,I was just learning android i want create menu like this at this image

This Menu

i was confused make this,anyody know how i can do it with 4 item like the link above ? 开发者_开发问答

please help me.

sory if my language english bad.


To my knowledge custom menu and options menu can be modified (adding and removing menu items) easily.

If u want your own custom option menu, you may have to simulate by creating layouts. 1) Creative a layout and inflate the layout and show on clicking on the menu button. 2) If u want to occupy whole screen then better use Images and TextViews and create a new activity and launch the activity on clicking the options menu in OnCreateOptionsMenu().

Please find the links below Custom menu in android
Android: creating a custom menu on the bottom

0

精彩评论

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