2010-03-04 30 views

回答

2

簡單。在列表視圖旁邊添加此文字視圖:

<TextView android:id="@id/android:empty" 
       android:layout_width="match_parent" 
       android:layout_height="match_parent" 
       android:text="@string/empty_list_message"/> 

ID很重要; ListActivity會查找它。

Emmanuel

相關問題