通过这种方式:
View v = getLayoutInflater().inflate(R.layout.YOUR_LAYOUT_ID, null);ListView listview = (ListView) v.findViewById(R.id.streamListView);ProgressBar progress = (ProgressBar) v.findViewById(R.id.streamProgressBar);
欢迎分享,转载请注明来源:内存溢出
通过这种方式:
View v = getLayoutInflater().inflate(R.layout.YOUR_LAYOUT_ID, null);ListView listview = (ListView) v.findViewById(R.id.streamListView);ProgressBar progress = (ProgressBar) v.findViewById(R.id.streamProgressBar);
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)