Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Plain Text by Pearl ( 12 years ago )
public class MainPage extends Activity {

 @Override
 protected void onCreate(Bundle savedInstanceState) {
  super.onCreate(savedInstanceState);
  setContentView(R.layout.activity_main_page);

  // get the action bar
   ActionBar acti

  // Enabling Back navigation on Action Bar icon
  actionBar.setDisplayHomeAsUpEnabled(true);
  
 }
}

 

Revise this Paste

Your Name: Code Language: