摘要:
Gallary装的是缩略图(thumb),ImageSwitcher装的是大图。不显示图片的一个可能原因是gallery没设置代理器,另一个原因是没使用相对布局。GalleryActivity.java: 1 public class GalleryActivity extends Activity implements OnItemSelectedListener, ViewFactory { 2 /** Called when the activity is first created. */ 3 private ImageSwitcher is; 4 privat... 阅读全文