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)
commitbd2ecee09e2dd2f4a57170c3171b28bcfae5d096
tree53956aae9fcedfbc2bfc9ccd777e596d0be1a217
parentab2ff589b8457cac3a8984003765bb1ce91410f6
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