flexBox align-items stretch

以 flex-direction: row 为参考。
以 justify-content: space-around 为参考。

stretch 填充整个容器(默认值)。

效果见于 《flexBox justify-content space-around》

假如子View 单独设置了高度,效果跟 flex-start 一致。