摘要: 首先找到horizontalScrollView的布局及里面的子布局; HorizontalScrollView horizontalScrollView = (HorizontalScrollView) findViewById(R.id.hor); LinearLayout layout = ( 阅读全文
posted @ 2016-03-21 08:57 zyy明天你好 阅读(648) 评论(0) 推荐(1) 编辑
摘要: WebView web=(WebView) findViewById(R.id.webview); Intent intent=getIntent(); String url=intent.getStringExtra("url");WebSettings ws=web.getSettings(); 阅读全文
posted @ 2016-03-21 08:37 zyy明天你好 阅读(536) 评论(0) 推荐(0) 编辑
摘要: private void selectTab(int position) { // TODO Auto-generated method stub for (int i = 0; i < hori_lin.getChildCount(); i++) { TextView childAt = (Tex 阅读全文
posted @ 2016-03-21 08:29 zyy明天你好 阅读(355) 评论(0) 推荐(0) 编辑