1
我有一些嚴重的問題越來越ListFragment完全工作 - 它不會顯示空消息ListFragment不顯示@android:ID /空
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="0dip"/>
<RelativeLayout
android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent" >
...
</RelativeLayout>
我是否必須在代碼中設置任何東西?從我記得ListActivity使用它沒有問題。