私はAndroidタブアプリケーションに取り組んでいます.タブバーのコンテンツを実用的に変更したい.私のタブバーには画像とImageView
テキストをTextView
変更する必要があります.Imageview
TextView
View tab = tabHost.getTabWidget().getChildTabViewAt(1);
TextView tv = (TextView) tab.findViewById(android.R.id.orders_label);
このコードも機能しませんでした..!