Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B BoomMenu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 黄伟平
  • BoomMenu
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored Dec 08, 2016 by Weiping Huang's avatar Weiping Huang
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ b7fd623f
...@@ -15,39 +15,39 @@ Try to tell me the bugs or enhancements about BMB, or contact me with Nightonke@ ...@@ -15,39 +15,39 @@ Try to tell me the bugs or enhancements about BMB, or contact me with Nightonke@
###Documentation Chapters ###Documentation Chapters
1. [Basic Usage]() 1. [Basic Usage](https://github.com/Nightonke/BoomMenu/wiki/Basic-Usage)
How to use BMB in just several lines of code? How to use BMB in just several lines of code?
2. [Simple Circle Button]() 2. [Simple Circle Button](https://github.com/Nightonke/BoomMenu/wiki/Simple-Circle-Button)
Add simple circle buttons with just an image for each to BMB. Add simple circle buttons with just an image for each to BMB.
3. [Text Inside Circle Button]() 3. [Text Inside Circle Button](https://github.com/Nightonke/BoomMenu/wiki/Text-Inside-Circle-Button)
Add text inside circle buttons with a text and image inside for each to BMB. Add text inside circle buttons with a text and image inside for each to BMB.
4. [Text Outside Circle Button]() 4. [Text Outside Circle Button](https://github.com/Nightonke/BoomMenu/wiki/Text-Outside-Circle-Button)
Add text outside circle buttons with a text and image outside for each to BMB. Add text outside circle buttons with a text and image outside for each to BMB.
5. [Ham Button]() 5. [Ham Button](https://github.com/Nightonke/BoomMenu/wiki/Ham-Button)
Add ham buttons with with a title, subtitle and image inside for each to BMB. Add ham buttons with with a title, subtitle and image inside for each to BMB.
6. [Share Style]() 6. [Share Style](https://github.com/Nightonke/BoomMenu/wiki/Share-Style)
Make a share-style BMB(the last gif above). Make a share-style BMB(the last gif above).
7. [Button Place Alignments]() 7. [Button Place Alignments](https://github.com/Nightonke/BoomMenu/wiki/Button-Place-Alignments)
Place all the buttons to left or to bottom on screen. Place all the buttons to left or to bottom on screen.
8. [Different Ways to Boom]() 8. [Different Ways to Boom](https://github.com/Nightonke/BoomMenu/wiki/Different-Ways-to-Boom)
Different animations when the buttons boom or re-boom. Different animations when the buttons boom or re-boom.
9. [Ease Animations for Buttons]() 9. [Ease Animations for Buttons](https://github.com/Nightonke/BoomMenu/wiki/Ease-Animations-for-Buttons)
Use different and cute ease-animations for buttons. Use different and cute ease-animations for buttons.
10. [Other Animations Attributes for Buttons]() 10. [Other Animations Attributes for Buttons](https://github.com/Nightonke/BoomMenu/wiki/Other-Animations-Attributes-for-Buttons)
Delay, duration, rotate-degrees... Delay, duration, rotate-degrees...
11. [Click Event and Listener]() 11. [Click Event and Listener](https://github.com/Nightonke/BoomMenu/wiki/Click-Event-and-Listener)
Listener for clicking each button or animation-states. Listener for clicking each button or animation-states.
12. [Control BMB]() 12. [Control BMB](https://github.com/Nightonke/BoomMenu/wiki/Control-BMB)
Boom or re-boom BMB programmatically. Boom or re-boom BMB programmatically.
13. [Use BMB in Action Bar]() 13. [Use BMB in Action Bar](https://github.com/Nightonke/BoomMenu/wiki/Use-BMB-in-Action-Bar)
How to put BMB in action bar? How to put BMB in action bar?
14. [Use BMB in List]() 14. [Use BMB in List](https://github.com/Nightonke/BoomMenu/wiki/Use-BMB-in-List)
Matters need attention when you need a BMB in list-view or recycler-view. Matters need attention when you need a BMB in list-view or recycler-view.
15. [Use BMB in Fragment]() 15. [Use BMB in Fragment](https://github.com/Nightonke/BoomMenu/wiki/Use-BMB-in-Fragment)
Example for use BMB in fragment. Example for use BMB in fragment.
16. [Attributes for BMB or Pieces on BMB]() 16. [Attributes for BMB or Pieces on BMB](https://github.com/Nightonke/BoomMenu/wiki/Attributes-for-BMB-or-Pieces-on-BMB)
How to change the size or margins of dots on BMB? How to change the size or margins of dots on BMB?
17. [Cache Optimization & Boom Area]() 17. [Cache Optimization & Boom Area](https://github.com/Nightonke/BoomMenu/wiki/Cache-Optimization-&-Boom-Area)
What if I want BMB to boom in just its parent-view? What if I want BMB to boom in just its parent-view?
18. [Structure for BMB]() 18. [Structure for BMB](https://github.com/Nightonke/BoomMenu/wiki/Structure-for-BMB)
Structure for BMB when I designed it, for sharing and communicating. Structure for BMB when I designed it, for sharing and communicating.
\ No newline at end of file
Clone repository
  1. Basic Usage
  2. Simple Circle Button