Hi,
    I have to display 10 images and related Text i want to display
into <AbsoluteLayout> and all 10 image should be in scrollable format
as ListView.
                  My Question is
                  How we can Display all the image in ListView
format.is there any way to put listView into absolute View.  I m
giving my xml plz help me.

Any kind of help will be appreciated

         <?xml version="1.0" encoding="utf-8"?>

<AbsoluteLayout
id="@+id/widget0"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android";
android:background="#ffb33155">
<ImageView
android:background="@drawable/image1"
android:layout_x="0px"
android:layout_y="-8px"
android:layout_height="wrap_content"
android:layout_width="wrap_content">
</ImageView>
<ImageView
android:layout_x="0px"
android:layout_y="-8px"
android:layout_height="wrap_content"
android:layout_width="wrap_content" android:background="@drawable/
star">
</ImageView>
<TextView

android:layout_x="0px"
android:clickable="true" android:focusableInTouchMode="true"
android:textColor="#ffffffff" android:background="#bbb33155"
android:layout_y="202px" android:layout_height="40px"
android:textSize="30px" android:text="Hello This is Text View"
android:layout_width="fill_parent">
</TextView>

</AbsoluteLayout>




Best
Pankaj Nigam
9702861411

-- 
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