Flipboard / bottomsheet

Android component which presents a dismissible view from the bottom of the screen
BSD 3-Clause "New" or "Revised" License
4.53k stars 594 forks source link

Can I decide which items in the xml going to show in the bottomsheet in the program? #173

Closed mt73564 closed 6 years ago

mt73564 commented 7 years ago

For example, there are 5 items in the menu xml, and in the program, if the condition x is false, I am going to show only 4 items in the bottom sheet? can this be implemented?