Great. This is what I wanted to know :)

But, there's the next question.
I'm still trying to create a custom soft keyboard. Therefore I need
that xml - file. But how do I load my custom layout file into that ?
I mean, the constructor only accepts an int ID.
Like

mQwertyKeyboard = new custom_keyboard(this, R.xml.qwert);

If I try to put my xml file via FileReader or the like to the
constructor, I get an error. Is there a way I can generate an ID or
use my xml file ?



-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to