I am writing a Keyboard app. I want to change the label on a key at runtime, 
but can't seem to do it. This is what I have tried:

      Keyboard currentKeyboard = mInputView.getKeyboard();

      List<Keyboard.Key> keys = currentKeyboard.getKeys();

      keys.get(1).label = "TEST";

But no effect. What am I doing wrong?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to