80,471
社区成员




if (v.getId() == R.id.btn_hot) {
linearLayout.removeAllViews();
m_ActivityManager = getLocalActivityManager();
// NetWorkStatus(MyTab.this);
linearLayout.addView(m_ActivityManager.
startActivity(
"1",
new Intent(MyTab.this, HotActivity.class)
).getDecorView());