LinearLayout tabStrip = (LinearLayout) detailTab.getChildAt(0);//没有数据的设置为不可点击,颜色边灰色
// View tabView = tabStrip.getChildAt(3);
// if (tabView != null) {
// tabView.setBackgroundColor(ActivityCompat.getColor(this, R.color.gray));
// tabView.setClickable(false);
// }
设置tablayou的中一个不能点击
最新推荐文章于 2024-08-09 04:33:19 发布