Development/Android
[Android] Show an icon in Actionbar.
Kyumpany
2020. 3. 16. 14:55
It's possible to show an icon in Actionbar with the following code.
getSupportActionBar().setDisplayShowHomeEnabled(true);
getSupportActionBar().setIcon(R.drawable.ic_launcher);