I want to show some data user ListView in mono for android.
I have created a ListActivity extends Activity
public class MainActivity : ListActivity { ... }
But I can not find the default android Resource :Android.Resource.Layout.SimpleListItem1.
The inferences drawn from data,
android have many default Item for listview.Such as SimpleListItem1,SimpleListItem2,SimpleListChecked ..
I want to know why ,how should ido