Skip to main content
Version: 5.7

MySpace customization

If you want to fully customize this component we recommend copying the code into your Mealz template configuration. You can remove the code you do not override.

mySpace {
swapper {
view = MyCustomSwapperView
}
floating {
view = MyCustomMySpacingFloatingButtonView
footerAlignment = Alignment
}
}
class MiamTemplateManager {
init {
MiamTheme.Template
{
// <---- copy above code here
}
}
}