- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
KeyboardView
android 团队在 API 级别 29 中已正式弃用,我无法找到替代方法。请让我知道是否有任何替代方案?
最佳答案
Google 建议的唯一解决方案是复制 KeyboardView.java和 Keyboard.java文件从 Android AOSP 到您的本地项目。通过一些定制,我设法让它像旧的 一样工作。已弃用 KeyboardView
和 Keyboard
Android 的类(class)。
您还将获得 的本地副本com.android.internal.R from here 中的属性(可样式化)
你可以注意到,它被注释为
<!-- {@deprecated Copy this definition into your own application project.} -->
谷歌:
This class was deprecated in API level 29. This class is deprecatedbecause this is just a convenient UI widget class that applicationdevelopers can re-implement on top of existing public APIs. If youhave already depended on this class, consider copying theimplementation from AOSP into your project or re-implementing asimilar widget by yourselves
关于android - KeyboardView 在 android 中已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60316785/
我是一名优秀的程序员,十分优秀!