浏览代码

Fix navigation bar issue.

/main
Yuncong Zhang 6 年前
当前提交
ca55d681
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/material/bottom_navigation_bar.cs

2
Runtime/material/bottom_navigation_bar.cs


color: this.colorTween.evaluate(this.animation)
),
child: new Transform(
transform: Matrix3.makeAll(t, 0, 0, 0, t, 0, 0, 0, t),
transform: Matrix3.makeScale(t),
alignment: Alignment.bottomCenter,
child: this.item.title
)

正在加载...
取消
保存