@ set background icon
getSupportActionBar().setBackgroundDrawable(getResources().getDrawable(R.drawable.icon_name));
@ call setNavigationMode(NAVIGATION_MODE_TABS) to make the tabs visible
@ disable the activity title by calling setDisplayShowTitleEnabled(false)
getSupportActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
@ disable the activity title by calling setDisplayShowTitleEnabled(false)
getSupportActionBar().setDisplayShowTitleEnabled(false);
@ disable application home by calling setDisplayShowHomeEnabled(false)getSupportActionBar().setDisplayShowHomeEnabled(false);
沒有留言:
張貼留言