我需要从子活动中隐藏 TabHost 的选项卡。我试过getParent()
了,但没有用
也试过:
TabHost th = (TabHost) ((TabsActivity)getBaseContext()).findViewById(android.R.id.tabhost);
th.setVisibility(View.INVISIBLE);
但它抛出一个空指针
我需要从子活动中隐藏 TabHost 的选项卡。我试过getParent()
了,但没有用
也试过:
TabHost th = (TabHost) ((TabsActivity)getBaseContext()).findViewById(android.R.id.tabhost);
th.setVisibility(View.INVISIBLE);
但它抛出一个空指针