键盘文本后面出现灰色补丁?
我正在使用键盘,它在键盘中的文本后面显示灰色阴影。如何去除钥匙后面的灰色阴影。
I am working on a keyboard and it shows grey shadow behind the text in the keyboard. how to remove that grey shadow behind the key.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好有 XML 或代码。但请尝试在 edittext 视图中使用
android:shadowColor="@android:color/transparent"
。It will be better to have the XML or code. But try using
android:shadowColor="@android:color/transparent"
in your edittext view.