摘要: 1 class MyAdapter extends ArrayAdapter { 2 private int mResource; 3 public MyAdapter(Context context, int textViewResourceId, 4 String[] objects) { 5 super(context, textViewResourceId, objects); 6 arrays = objects; 7 mResource = te... 阅读全文