Commit 0d1c6c7e authored by Nina Sanchez's avatar Nina Sanchez

Revert "fix for nullpointer adapter"

This reverts commit 0deb7661.
parent 0deb7661
......@@ -29,7 +29,7 @@ public class Kitchen extends Activity {
setListData();
Resources res =getResources();
lv= ( ListView )findViewById( R.id.listKitchen ); // List defined in XML ( See Below )
lv= ( ListView )findViewById( R.id.list ); // List defined in XML ( See Below )
/**************** Create Custom Adapter *********/
adapter=new KitchenAdapter( CustomListView, CustomListViewValuesArr,res );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment