Android hide the app icon but show the icon most left

	ActionBar actionBar = getActionBar();
		actionBar.setIcon(new ColorDrawable(getResources().getColor(android.R.color.transparent)));

  This above is to hide the app icon. but not hide the icon most left. so it can show normally.

posted @ 2014-12-03 15:07  呼啸而过  阅读(235)  评论(0编辑  收藏  举报