Reputation: 1024
I want to create app with below feature
in first image I have vertical menu inside left,when slide, this ribbon open full [ second picture ]
how can I develop this app ? what is the best way for create this design?
Upvotes: 0
Views: 69
Reputation: 3561
This is a DrawerLayerLayout which can contain any UI Element you want it to be. Any Drawerlayout which covers the ActionBar is third party, there a some good one out there like the jfeinstein lib.
Upvotes: 1