摘要:
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... 阅读全文
posted @ 2014-03-25 19:13
刘扬
阅读(189)
评论(0)
推荐(0)