ActionBar (2) 썸네일형 리스트형 [Android] Show an icon in Actionbar. It's possible to show an icon in Actionbar with the following code. getSupportActionBar().setDisplayShowHomeEnabled(true); getSupportActionBar().setIcon(R.drawable.ic_launcher); [안드로이드] Actionbar에 icon 표시하기 다음과 같은 코드를 통해 Actionbar에 icon을 표시할 수 있습니다. getSupportActionBar().setDisplayShowHomeEnabled(true); getSupportActionBar().setIcon(R.drawable.ic_launcher); 이전 1 다음