Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajasharan/android-menubarlayout
- Owner: rajasharan
- License: mit
- Created: 2015-07-20T02:48:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T03:50:08.000Z (over 9 years ago)
- Last Synced: 2023-03-12T06:04:01.957Z (over 1 year ago)
- Language: Java
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)