The graphical layout displays what the app would look like and it displays the background with the 3 the buttons. But when i test it on my android phone only the background shows up. Now is it a problem with eclipse? or the XML code? <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@color/Blue" androidrientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="20dp" android:layout_marginTop="70dp" android:text="@string/CoolWhapp" android:textAppearance="?android:attr/textAppearanceLarge" android:textSize="50dp" /> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/Start_CoolWhapp" android:layout_alignParentBottom = "true" android:layout_alignParentRight = "true"/> <Button android:id="@+id/button3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="75dp" android:text="@string/About" /> <Button android:id="@+id/button2" android:layout_width="63dp" android:layout_height="wrap_content" android:layout_marginBottom="180dp" android:layout_marginLeft="175dp" android:layout_marginTop="-50dp" androidadding="5dp" androidaddingRight="20dp" android:text="@string/Buy" /> </RelativeLayout>