Home | History | Annotate | Download | only in activities

Lines Matching full:actionbar

19 import android.app.ActionBar;
70 ActionBar actionBar = getActionBar();
71 if (actionBar != null) {
72 actionBar.setDisplayOptions(ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE,
73 ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE
74 | ActionBar.DISPLAY_SHOW_HOME);