The scrollView is not display,only the first edit test is display

I am having problem with the loswet 12 editText fields. They are not
visible. Here is my layout file. Please let me know if anybody finds
out the problem.
thx

CODE:.........................

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:weightSum="1"
android:scrollbars="horizontal" xmlns:android="http://
schemas.android.com/apk/res/android">
    <ScrollView android:layout_height="wrap_content"
android:layout_width="match_parent" android:id="@+id/scrollView1"
android:scrollbars="vertical">
        <LinearLayout android:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent">

    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout01" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView01" android:layout_marginTop="10dip"
android:text="@string/domain" ></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText01"
android:layout_width="match_parent" android:textSize="0sp"
android:layout_marginLeft="150px" ></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content"
android:layout_width="fill_parent" android:id="@+id/RelativeLayout02">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView02" android:layout_marginTop="10dip"
android:text="@string/proxy"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText02"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>

    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout03" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView03" android:layout_marginTop="10dip"
android:text="@string/port"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText03"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout04" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView04" android:layout_marginTop="10dip"
android:text="@string/sip_dscp"></TextView>
        <EditText android:layout_alignParentRight="true"  android:id="@
+id/EditText04" android:textSize="25sp" android:typeface="normal"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content"
android:layout_width="fill_parent" android:id="@+id/RelativeLayout05">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView05" android:layout_marginTop="10dip"
android:text="@string/codec_list"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText05"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content"
android:layout_width="fill_parent" android:id="@+id/RelativeLayout06">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView06" android:layout_marginTop="10dip"
android:text="@string/auto_realm"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText06"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout07" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView07" android:layout_marginTop="10dip"
android:text="@string/rtp_dscp"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText07"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout08" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView08" android:layout_marginTop="10dip"
android:text="@string/user"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText08"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout09" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView09" android:layout_marginTop="10dip"
android:text="@string/pass"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText09"
android:textSize="25sp" android:layout_width="match_parent"
android:layout_marginLeft="150px"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout10" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView10" android:layout_marginTop="10dip"
android:text="@string/caller_id"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentRight="true" android:text="@+id/EditText10"
android:id="@+id/EditText10" android:textSize="25sp"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout11" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView11" android:layout_marginTop="10dip"
android:text="@string/pckt_ln_ms"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentRight="true" android:text="@+id/EditText11"
android:id="@+id/EditText11" android:textSize="25sp"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout12" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView12" android:layout_marginTop="10dip"
android:text="@string/local_port"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentRight="true" android:text="@+id/EditText12"
android:id="@+id/EditText12" android:textSize="25sp"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout13" android:layout_width="fill_parent">
        <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentTop="true" android:textSize="20dip"
android:id="@+id/TextView13" android:layout_marginTop="10dip"
android:text="@string/rtp_start_port"></TextView>
        <EditText android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_alignParentRight="true" android:id="@+id/EditText13"
android:text="@+id/EditText13" android:textSize="25sp"></EditText>
    </RelativeLayout>
    <RelativeLayout android:layout_height="wrap_content" android:id="@
+id/RelativeLayout14" android:layout_width="fill_parent">
        <Button android:id="@+id/btnWriteXmlFile"
android:layout_height="wrap_content"
android:layout_alignParentTop="true" android:text="btn_update"
android:layout_alignParentRight="true"
android:layout_width="match_parent" android:layout_marginLeft="20px"
android:layout_marginRight="300px" android:layout_marginTop="50px"></
Button>
        <Button android:id="@+id/button2"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true" android:text="btn_cancel"
android:layout_width="match_parent" android:layout_marginLeft="300px"
android:layout_marginRight="20px" android:layout_marginTop="50px"></
Button>
    </RelativeLayout>
 </LinearLayout>
      </ScrollView>

</LinearLayout>


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to