This does not work. 

In fact there is an error as the layout_marginRight was specified twice.

在 2012年7月24日星期二UTC+8下午4时52分41秒,Aprido Sandyasa写道:
>
> 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