or you can try this on out:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android";
    android:background="@drawable/background"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">
    <ListView android:id="@id/android:list"
        android:dividerHeight="0dp"
        android:layout_marginTop="100dp"
        android:layout_marginRight="100dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginRight="100dp" >
    </ListView>
</RelativeLayout>

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