Hi! On Thu, Jan 8, 2009 at 12:43 AM, Michael <[email protected]> wrote:
> I guess your design purpose of onCreateExtractTextView() is the same > as onCreateInputView() and onCreateCandidatesView(); by which we can > create our own InputView and CandidateView. Yes, you will eventually be able to customize this, but you will need to derive from a special class ExtractEditText; I'm not sure if this is in the current public source, but if not it will be soon. (Note that the current implementation of extract mode is one of the rougher things right now and still needs a fair amount of work.) > And, refer to your comment on onCreateExtractTextView(), I set > R.id.inputExtractEditText to the same id 0x01020025; and it does work. > However, it is just a workaround; I need change code whenever the id > of inputExtractEditText is changed in SDK. I'm not sure I understand -- R.id.inputExtractEditText should be a public resource and so (once cupcake is FRC) not change. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
