embedded-layout
embedded-layout copied to clipboard
Experimental: Wrapper to cache the bounding box of a view
Automatically use the cache wrapper in LinearLayout, since it measures views multiple times during arrange.
This would be really nice but in this form it's suboptimal. I'm not sure if it's possible to only cache bounds where necessary (mainly for Text) without specialization