问题标签 [android-custom-keyboard]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
12 浏览

android - KeyboardView 键颜色状态在 Android 中未正确设置

我正在将 KeyboardView 用于自定义键盘。我正在尝试更改键的背景颜色。我尝试使用 java 代码,但它没有按预期工作。这是我的代码。

以编程方式创建可绘制对象:

调用方法创建Drawable:

这里 press_state 颜色正在工作。但是 normal_state 颜色不起作用。请给我一些想法来解决这个问题。

OP:正常状态:

正常状态

OP:专注状态:

在此处输入图像描述