fix the difference of DefaultLayer and Layer
authordongsug.song <dongsug.song@samsung.com>
Tue, 27 Jun 2017 13:03:01 +0000 (22:03 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 28 Jun 2017 11:53:58 +0000 (20:53 +0900)
commitde5e54893e9765d08134fc02019c022d2f1703a0
tree6c558442f4c297ea6f8ec883f2ee257d38fa179c
parent11fda04144c80cd2feb696aeb1320ab04c978a25
fix the difference of DefaultLayer and Layer

- DefaultLayer has it's own size which is same as stage's
- Added Layer has zero size and top-left parent origin so this causes different
  behavior when user adds Views under the newly created Layer
- make same layouting behavior for both of DefaultLayer and Layer

Change-Id: If2bb25dd42116591a390546ddcf191939c7bd3aa
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
src/Tizen.NUI/src/public/Layer.cs