我创建一个Android工作室应用程序,我希望当用户在选项卡按钮上单击选项卡图标/颜色
时更改这是我的代码:
tabHost.setOnTabChangedListener(new TabHost.OnTabChangeListener() {
@Override
public void onTabChanged(String tabId) {
int id= tabHost.getCurrentTab();
// TabLayout.setSelectedTabIndicatorColor(int color); // Error because of non static method
// if(id==0){
// TabHost.TabSpec tab1spec = tabHost.newTabSpec("List");
// tab1spec.setIndicator("", getResources().getDrawable(R.drawable.home2));
// }
// if(id==1){
// TabHost.TabSpec tab1spec = tabHost.newTabSpec("Config");
// tab1spec.setIndicator("", getResources().getDrawable(R.drawable.lab2));
// }
// if(id==2){
// TabHost.TabSpec tab1spec = tabHost.newTabSpec("More");
// tab1spec.setIndicator("", getResources().getDrawable(R.drawable.more2));
// }
}
});
有什么想法吗?
由于
答案 0 :(得分:1)
ID TEXT Table1 FK1 Nodedate
940 bov1 TASKS 48 2016-10-26 15:53:20.247
938 foxxxxdsx TASKS 48 2016-10-26 15:49:15.083
937 test2 TASKS 48 2016-10-26 15:24:32.667
936 test TASKS 48 2016-10-26 15:24:20.277
889 <>asdasdsa TASKS 48 2016-09-19 11:23:02.083
600 sadadasasdadsa TASKS 48 2016-08-29 15:03:11.680