Hello Isomorphic,
please see the attached screenshot.
I want to achieve a similar design. I think it is easily possible, but will need some additional APIs. The areas are:
Could you add those APIs for 4.1p or suggest best practice to achieve the wanted result if it is already possible?
Thank you & best regards,
Blama
please see the attached screenshot.
I want to achieve a similar design. I think it is easily possible, but will need some additional APIs. The areas are:
- Spacing between SectionStackSections:
Here I tried editing CSS and using SectionStack.setMembersMargin(...) (inherited from Layout), which did not have the expected effect.
- SectionStackSection iconSize:
Here I tried messing with the icons width and height tags in Chrome which solves this very easily -> missing API SectionStackSection.setIconWidth() and SectionStackSection.setIconHeight().
- Border(-bottom) for SectionStackSection (whether open or closed):
Least important, can most likely already be faked.
Could you add those APIs for 4.1p or suggest best practice to achieve the wanted result if it is already possible?
Thank you & best regards,
Blama
Comment