修改text垂直显示方向为居中希纳是

This commit is contained in:
dml-hw
2021-07-05 12:35:22 +00:00
committed by Gitee
parent 3ae9fe6068
commit 459992c684
@@ -248,7 +248,7 @@ void TextComponent::SetTextAlign(UILabel &label, const AppStyleItem *styleItem)
stylePropValue);
break;
}
label.SetAlign(align);
label.SetAlign(align, UITextLanguageAlignment::TEXT_ALIGNMENT_CENTER);
}
} // namespace ACELite
} // namespace OHOS