摘要: public class TextSwitcher extends Activity implements ViewSwitcher.ViewFactory{@Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); this.setContentView(R.layout.textswitcher); setTitle("TextSwitcher"); TextSwi 阅读全文
posted @ 2012-08-08 11:26 少爷太皮 阅读(294) 评论(0) 推荐(0)