Akram
Akram

Reputation: 13

How to modify a key (image or label ) on android's default keyboard

Its not about IME options. I want to modify the return key with a image(or different label) for my edittext.

Upvotes: 1

Views: 1388

Answers (1)

Niranj Patel
Niranj Patel

Reputation: 33248

As per I know we can set IME options, Input Type, IME action label or IME action id but we cant set any drawable image for default keyboard.. But if you want this then you can create your own custom keyboard..

just check this link..

Upvotes: 2

Related Questions