Add SpaceEvenly to flex justification 54/259554/2 accepted/tizen/6.0/unified/20210629.212506 submit/tizen_6.0/20210616.095852 submit/tizen_6.0/20210629.055321
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 3 Jun 2021 06:05:10 +0000 (15:05 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 10 Jun 2021 03:00:22 +0000 (12:00 +0900)
commit40dd9762b4291fe6cce3edfa26c97f695f0867b0
tree64c36987adb5fa10572461a8979a421d23379471
parent1039421a1d4292e6cbc0a124c12d4358fe6417f5
Add SpaceEvenly to flex justification

Flex justification uses Yoga Layout's justify-content.
Up to now, SpaceEvenly of Yoga Layout's justify-content has not been
added to flex justification.

SpaceAround distributes the equal space to before, and after each item.
Therefore, the space between adjacent items is twice bigger than the
space between the beginning edge and the first item.

To distribute the equal space to before, between, and after each item,
SpaceEvenly is added to flex justification.

Change-Id: Icb4e1f1aa74f52a5cfe8f1399e9f42457c8c081f
dali-toolkit/devel-api/layouting/flex-node.h
dali-toolkit/internal/controls/flex-container/flex-container-impl.cpp
dali-toolkit/public-api/controls/flex-container/flex-container.h
docs/content/programming-guide/flex-container.md