RelativeLayout as listview item
Consider following RelativeLayout as list view item: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content"> <TextView android:id="@+id/bigfoo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:text="bigfoo" android:textSize="60sp"/> <TextView android:id="@+id/foo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf