My main3 layout file is like
<?xml version="1.0" encoding="utf-8"?>
<AbsoluteLayout
android:id="@+id/widget35"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
>
<AbsoluteLayout
android:id="@+id/widget41"
android:layout_width="306px"
android:layout_height="419px"
android:layout_x="7px"
android:layout_y="6px"
>
<ProgressBar
android:id="@+id/widget42"
android:layout_width="113px"
android:layout_height="116px"
android:layout_x="90px"
android:layout_y="112px"
>
</ProgressBar>
<TextView
android:id="@+id/widget43"
android:layout_width="243px"
android:layout_height="84px"
android:text="Data is sending to server.It will take some time
depending on your contact size. Please wait..."
android:layout_x="30px"
android:layout_y="249px"
>
</TextView>
</AbsoluteLayout>
</AbsoluteLayout>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en