Showing
1 changed file
with
0 additions
and
12 deletions
| 1 | -package com.example.vip | ||
| 2 | - | ||
| 3 | -import androidx.appcompat.app.AppCompatActivity | ||
| 4 | -import android.os.Bundle | ||
| 5 | - | ||
| 6 | -class MainMenuActivity : AppCompatActivity() { | ||
| 7 | - | ||
| 8 | - override fun onCreate(savedInstanceState: Bundle?) { | ||
| 9 | - super.onCreate(savedInstanceState) | ||
| 10 | - setContentView(R.layout.activity_main_menu) | ||
| 11 | - } | ||
| 12 | -} |
-
Please register or login to post a comment