Loading src/com/android/gallery3d/app/MovieActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -253,8 +253,8 @@ public class MovieActivity extends Activity { } setActionBarLogoFromIntent(intent); actionBar.setDisplayOptions( ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_HOME_AS_UP); ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE); String title = intent.getStringExtra(Intent.EXTRA_TITLE); if (title != null) { Loading Loading
src/com/android/gallery3d/app/MovieActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -253,8 +253,8 @@ public class MovieActivity extends Activity { } setActionBarLogoFromIntent(intent); actionBar.setDisplayOptions( ActionBar.DISPLAY_HOME_AS_UP, ActionBar.DISPLAY_HOME_AS_UP); ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE); String title = intent.getStringExtra(Intent.EXTRA_TITLE); if (title != null) { Loading