Add SpaceEvenly to flex justification 52/259252/3
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, 3 Jun 2021 09:11:56 +0000 (18:11 +0900)
commit076e8c605ea2b17b591a9e8262c392280a8ffeb7
treed7102d9b33a5c0e7d89d1882aa70a7252b9548fa
parentec503e92aa01bc67f8ea118cf14aa3b1ed9d390e
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