3

I want to change keyboard key-shift indicatorcolor. key showed below.

Default color is green i need to change it as red what i want to do!?

In this indicator glows green i want to change that green color.

enter image description here

Help me to solve this.

Poovizhirajan N
  • 1,263
  • 1
  • 13
  • 29

1 Answers1

0

Write your own custom keyboard app. The Keyboard in the SDK samples can provide you with the base code for that.

You cannot control the visual behavior of other keyboards from within your app, which is why you must make your own.

Raghav Sood
  • 81,899
  • 22
  • 187
  • 195