android bg prob

envemoNef

New Member
I am trying to add a background to my android project. Heres the code.\[code\]<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:eek:rientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:backround="@drawable/awesome_face"></RelativeLayout>\[/code\]I spelled everything out correct but when i go into my graphical layout after saving and nothing shows up. Furthermore after i cleaned the project I now have an error on the \[code\]<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"\[/code\]saying "no resource identifier found for attribute background in package 'android'" Anyone have ideas?
 
Top