c0dege3k
c0dege3k

Reputation: 67

Is creating a non-rectangular keyboard possible?

I want to create a custom Android keyboard that is in a arc like shape, but I don't know if it is at all possible or how to do it. So I'd appreciate being pointed in the right direction

Upvotes: 3

Views: 229

Answers (1)

Karan
Karan

Reputation: 12782

Yes, its possible to create a non-rectangular keyboard. Check the android softkeyboard implementation and change the layouts to what you want. AFAIK, its using a custom view which handles the buttons addition/removal, you need to change this to achieve this.

Upvotes: 1

Related Questions