• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Menu with Infalted submenu

albasel

Lurker
Greeting everybody
I am want to create a menu which include some items like below

upload_2016-5-9_10-31-37.jpeg


I want to develop it so when one of the menu items is clicked, a new submenu inflate down showing other items and the second click is to collapse the submenu.

upload_2016-5-9_10-36-51.jpeg



is there away to do it by android code????

REGARDS
 
The appearance of the sub menu is handled for you by the framework. All you need to do is define the structure in the XML layout. Try the example.
 
Back
Top Bottom