Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajasharan/android-menubarlayout

An android layout to easily add menubar style navigation
https://github.com/rajasharan/android-menubarlayout

Last synced: 3 days ago
JSON representation

An android layout to easily add menubar style navigation

Awesome Lists containing this project

README

        

# Android Menubar Layout
An android layout to easily add menubar style navigation

## Demo
![](/screencast.gif)

## Layout Usage
Add your layout files using `` tag and give it an `app:menu_name`. Each of them will be picked up by the `MenubarLayout` and shown in the menu selector.
([menubar_layout.xml](/demo/src/main/res/layout/menubar_layout.xml))
```xml

```

## [License](/LICENSE)
The MIT License (MIT)