Debugging my android app in eclipse, but nothing is showing up?

Discussion in 'HTML & Website Design' started by izzyn, Jan 7, 2012.

  1. #1
    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"
    android:eek:rientation="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"
    android:padding="5dp"
    android:paddingRight="20dp"
    android:text="@string/Buy" />


    </RelativeLayout>
     
    izzyn, Jan 7, 2012 IP