Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change color of soft keyboard "Enter"/"Next" button on lollipop

Is it possible to change color of "Enter" button on soft keyboard in Android lollipop?

enter image description here

I'd like this key to match my apps primary color.

like image 406
Jaroslav Avatar asked Mar 06 '15 13:03

Jaroslav


1 Answers

No, this is not currently supported; however, an IME could potentially read your activity's resources to obtain your app's accent color. Your best option is to ensure that android:colorAccent and related attributes are set in your application theme.

like image 126
alanv Avatar answered Oct 22 '22 10:10

alanv