gpt4 book ai didi

android - 我可以在 KeyboardView 中放置 GridLayout 吗?

转载 作者:行者123 更新时间:2023-11-29 20:31:29 27 4
gpt4 key购买 nike

有没有办法在 Android 的 KeyboardView 中有一个带有一些图片的 GridLayout?我试图用 xml 编写它,但它给了我错误,我不能在 KeyboardView 中包含该元素。

最佳答案

那你为什么要使用 KeyboardView

创建一个 InputMethodService 并在 onCreateInputView() 中,返回您想要显示的任何布局。

@Override
public View onCreateInputView() {
final View root = getLayoutInflater().inflate(R.layout.keyboard_layout, null);

//set all the click listeners for your views

return root;
}

关于android - 我可以在 KeyboardView 中放置 GridLayout 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31857068/

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