gpt4 book ai didi

android - 调用一个新的 onCreateInputView()

转载 作者:行者123 更新时间:2023-11-30 03:13:47 24 4
gpt4 key购买 nike

我必须记忆起 onCreateInputView,因为我有两个键盘皮肤,如果某个值在首选项上,我想设置它。现在我只能得到这个重启应用程序进程,因为我在 onCreateInputView() 的开始有一个开关,但是在膨胀之后,我不能动态地改变它..

if (mKeyboardView2 != null) {
mKeyboardView2.closing();
mInputView2.invalidate();
mInputView2.setVisibility(View.GONE);
((ViewGroup)mInputView2.getParent()).removeView(mInputView2);

也许有一个 onDestroy() 服务? (但从 preferenceactivity 我不能这样做)

最佳答案

有一个特定的方法来设置 View 。

关于android - 调用一个新的 onCreateInputView(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20494147/

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