How can you stack buttons on top of each other in Manifest XML

Viewed 96

I am trying to create a group that has buttons stacked on top of each other like in this picture. This exists in already in the Home Tab

From what I can see from the documentation, these are defined by the Control type element which has three different types: Button, Menu, and MobileButton. Button and Menu create one of the bigger buttons while MobileButton only works for MobileFormFactor.

2 Answers
Related