1

I disabled icon on Action bar, and enabled Home button

 ActionBar actionBar = getActionBar();
    actionBar.setDisplayHomeAsUpEnabled(true);
    actionBar.setTitle("Reg");
    actionBar.setDisplayShowHomeEnabled(false);

How can I change icon for Home button (arrow back) or delete this arrow icon near title. Can I change it by Themes or should make new layout?

screen - http://saveimg.ru/show-image.php?id=887d66190718b170a311162d1b08ae0c

0 Answers0