Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package net.developer.wildantechnoart.tutorialnavigation;
- import android.os.Bundle;
- import android.support.v7.app.AppCompatActivity;
- public class MenuUtama extends AppCompatActivity {
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_menu_utama);
- getSupportActionBar(); //Kode yang harus ditambahkan
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment