Android: SimpleCursorAdapter usage
问题 I have ONE annoying problem with SimpleCursorAdapter. My programm has list view and ListActivity. Each row has it's own layout: <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="fill_parent" android:orientation="horizontal" android:weightSum="1.0"> <TableRow> <TextView android:id="@+id/task_time" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="24sp" android:text="Time">