coderguy89 wrote:
>     <ImageView android:id="@+id/imageview"
>       android:layout_width="wrap_content"
>       android:layout_height="wrap_content"
>       android:src="@+drawable/eclipse"
>     />

Do not use plus in android:src. It should be:

android:src="@drawable/eclipse"

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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