摘要: private void updateTabHost(TabHost tabHost) { int count = tabHost.getTabWidget().getChildCount(); for (int i = 0; i < count; i++) { View view = tabHost.getTabWidget().getChildTabViewAt(i); int tabHeightPx = DisplayUtil.dp2px(this, 80 // tab高度,此处单位为dp,经过DisplayUtil... 阅读全文
posted @ 2013-09-29 20:59 朝野布告 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: @Override public void onActivityCreated(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onActivityCreated(savedInstanceState); //txtTest = (TextView)getActivity().findViewById(R.id.textView1); //txtTest.setText("It's My F!"); ... 阅读全文
posted @ 2013-09-29 10:51 朝野布告 阅读(273) 评论(0) 推荐(0) 编辑