BinLayout added 06/191506/4
authoragnelo vaz <agnelo.vaz@samsung.com>
Wed, 17 Oct 2018 15:50:26 +0000 (16:50 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Mon, 22 Oct 2018 10:49:17 +0000 (11:49 +0100)
This layout has children but does not explictly position them itself.
If given a (legacy) container as a child it will check it for ResizePolicies
 and map them to a MeasureSpec so can be used by the Layout system.

The BinLayout by default will take the size of the greatest child dimensions.
(WRAP_CONTENT).
Although can be set to MATCH_PARENT.

PARENT_ORIGIN as always TOP_LEFT, may account for this in future if required.

Change-Id: I2335ee465578d796e1025192ae0f8cdb95ecc60f


No differences found