简体   繁体   English

当软键盘打开时,Android pie edittext键入的文本不显示

[英]Android pie edittext typed text not showing when soft keyboard is open

Edittext input text is not visible and I type in using soft keyboard but once I press next you button I am able to see the input value. Edittext输入文本不可见,我使用软键盘键入,但是一旦我按下按钮,我就可以看到输入值。 code is working fine on older android versions but not on android pie. 代码在较旧的Android版本上工作正常,但在android馅饼上没有。

This seems to be an issue with Android Pie. 这似乎是Android Pie的一个问题。 I changed hardware acceleration to true in the manifest and it worked. 我在清单中将硬件加速更改为true并且它有效。

android:hardwareAccelerated="true"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM