Change Android L keyboard enter key color

The new Android L keyboard uses the colorAccent system theme as the background color for entering a key that does not match the applicationโ€™s special theme. Is there any way to change this?

I would suggest that there is a theme / style for the keyboard, but I could not find it in topic_material.xml, the only style I found was android: keyboardViewStyle, but it gives "Error: (9, 21) No resource found that matches the specified name: attr 'android: keyboardViewStyle'. "

JNHB4.png

+6
source share
1 answer

The keyboard is a standalone application. There is no api to adjust the color of this key, and many keyboards do not support the style. So there is no general way to do this.

+3
source

Source: https://habr.com/ru/post/977600/


All Articles