Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Android L keyboard enter key color

The new Android L keyboard uses system theme's colorAccent as the background color of enter key, which doesn't match app's custom theme. Is there a way to change that?

I would assume that there is a theme/style for keyboard, but I couldn't find it in themes_material.xml, the only style I found is android:keyboardViewStyle, but it gives "Error:(9, 21) No resource found that matches the given name: attr 'android:keyboardViewStyle'."

like image 538
esong Avatar asked Nov 02 '14 06:11

esong


People also ask

Can I change the color of my keyboard?

Android: Tap Settings > Additional Settings > Keyboard & Input Method > Gboard and pick a color.

How do I change my keyboard from black to white?

Tap on Theme in the Samsung keyboard settings. You will find the available themes. Tap on a theme to select it for your keyboard. Use the “Show keyboard” option at the bottom to preview the Samsung keyboard color.


Video Answer


1 Answers

The keyboard is a separate app. There is no api for setting the color of a given key, and many keyboards support no styling at all. SO there isn't a general way to do this.

like image 195
Gabe Sechan Avatar answered Sep 28 '22 14:09

Gabe Sechan