If all you are wanting to do is change the color of one key, why don't you just subclass KeyboardView and override the following methods:
http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html#invalidateAllKeys%28%29 http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html#invalidateKey%28int%29 You might need to play around with it a bit but I'm sure you could get it to work.. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 22, 2011 at 9:45 AM, trans <[email protected]> wrote: > My own R class? What class is that? > > -- > 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 > -- 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

