我有自定义CustomerAdapterpublicclassCustomerAdapterextendsArrayAdapter{privatefinalStringMY_DEBUG_TAG="CustomerAdapter";privateArrayListitems;privateintviewResourceId;publicCustomerAdapter(Contextcontext,intviewResourceId,ArrayListitems){super(context,viewResourceId,items);this.items=items;this.viewR