ayyyeee
ayyyeee

Reputation: 333

Android Split Menu

I'm trying to figure out if there's already some built in functionality in android to create a split menu (i'm not sure what to call it). What I want is to have a menu inside of an activity or fragment like this one: image with split menu inside activity

Please note that I don't want the split menu to be in the action bar. Any guidance or demonstration would be great.

Upvotes: 1

Views: 204

Answers (1)

IntelliJ Amiya
IntelliJ Amiya

Reputation: 75788

Android 5.0 Lollipop was one of the most significant Android releases ever, in no small part due to the introduction of material design, a new design language that refreshed the entire Android experience.

You might have heard of android Material Design which was introduced in Android Lollipop version. In Material Design lot of new things were introduced like Material Theme .

For this requirement You can check below Demo . Hope this helps .

Android Material Design working with Tabs

http://www.google.com/design/spec/material-design/introduction.html

Upvotes: 1

Related Questions