gpt4 book ai didi

android - 如何自定义示例软键盘布局以适合平板电脑

转载 作者:行者123 更新时间:2023-11-30 04:27:50 24 4
gpt4 key购买 nike

我下载了示例软键盘的源代码并在我的平板电脑上试用了它......但它看起来像这样:

enter image description here

如何稍微自定义布局以使其适合屏幕?我一直在阅读 http://developer.android.com/resources/articles/creating-input-method.html但它对布局定制没有多大帮助。

最佳答案

找到答案:在 list 文件中

<manifest xmlns:android="http://schemas.android.com/apk/res/android"     
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" />
</manifest>

关于android - 如何自定义示例软键盘布局以适合平板电脑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8174766/

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