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