Ventana wrote: > Hello, > I got "no resource found that matches the given name(at 'id' with > value @id+/textview')" > > my main.xml file looks like this: > > <?xml version="1.0" encoding="utf-8"?> > <TextView xmlns:android="http://schemas.android.com/apk/res/android" > android:id="@id+/textview" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:text="@string/greetings"/> > > > Any idea what I am missing?
Make that @+id/textview -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

