[actiondrawer] Add quicksettings pages
Add pages for quicksettings in the portrait orientation, to handle overflow quicksettings.
Implementation notes I can think of:
- The open/close animation and interaction should look exactly the same as before
- Opening the drawer should reset to the first page of the quicksettings
- When swiping left/right, moving the finger up and down should not be closing/opening the drawer as well
- The maximum number of rows should probably be Math.min(5, amount of quick settings that can fit in 80% of the screen height), as having a gazillion rows of quick settings looks bad, even if there is space
- It may be possible to use SwipeView?