Does not understand. Why do we want to add in another TextView? The original layout has no text view.
在 2012年7月24日星期二UTC+8下午4时50分25秒,Aprido Sandyasa写道: > > <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_alignParentRight="true" > > <TextView > android:id="@+id/myTxtList" > android:layout_width="wrap_content" > android:layout_height="wrap_content" > android:layout_alignRight="@id/android:list" > </ListView> > </RelativeLayout> > > try this and hope this will help ya :D > -- 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

