Kevin J. Brooks wrote: > I have the following code in a separate xml file from main. When I save > the file it it does not add webkit into R.java. > > <?xml version="1.0" encoding="utf-8"?> > <TextView adroid:id="@+id/webkit" > xlmns:adroid="http://schemas.android.com/apk/res/android" > android:layout_width="fill_parent" > android:layout_height="fill_parent"/>
You're missing an 'n' in android:id. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

