gpt4 book ai didi

android - 我们如何增加 toast 的字体大小?

转载 作者:IT老高 更新时间:2023-10-28 21:39:06 29 4
gpt4 key购买 nike

有什么方法可以在不自定义的情况下增加 toast 的字体大小?

我不想创建用于增加文本大小的布局。

有什么办法吗?

谢谢,

尼基

最佳答案

我相信这是可以实现的:

    ViewGroup group = (ViewGroup) toast.getView();
TextView messageTextView = (TextView) group.getChildAt(0);
messageTextView.setTextSize(25);

关于android - 我们如何增加 toast 的字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5274354/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com