dimanche 25 janvier 2015

Setting Keys to a Keyboard (Android)


Vote count:

0




I am looking for a way to set the keys of an Android Keyboard to a List<Keyboard.Key>.


android.inputmethodservice.Keyboard does not have a setter for this, i.e. setKeys(List keys), but only a List getKeys().


In addition, the field in which it stores the List is private.


I'm trying to accomplish something like this:


keyboard.mKeys = keys //List<Keyboard.Key> that I created


or this:


keyboard.setKeys(keys>



asked 16 secs ago







Setting Keys to a Keyboard (Android)

Aucun commentaire:

Enregistrer un commentaire