onTabChanged 썸네일형 리스트형 [안드로이드] tabHost 와 tab버튼 이미지 변경 protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.host); tabHost = getTabHost(); tabHost.setOnTabChangedListener(this); tabHost.addTab(tabHost.newTabSpec("tab1") .setIndicator("",getResources().getDrawable(R.drawable.tab_menu1_off)) .setContent(new Intent(this, PhotoSwitcher.class))); tabHost.addTab.. 더보기 이전 1 다음