Topics

Note Selector

Drop MLL Layouts for Absolute Positioning

Friday, November 22, 2019

What do you need to do to the sub_mll from the parent one?

When setting as child layer:

  • Setting the parent MLL (can be done from Window through the references).
  • Setting a fixed width (sub MLLs need to change width as the base one changes. Window needs to handle changing all the MLLs since MLLs won't be able to call upon themselves.
  • Show animation (can be done from Window).
  • Moving the sub MLL to pos (can do from window after setting the parent MLL).

When applying a theme:

  • Have Window apply the theme to all the MLLs.

When starting the hide animation:

  • Have Window do the hide animation for all the appropriate MLLs.
Handwritten Notes Regarding MLL Width Handwritten Notes Regarding MLL Fade-In Functionality