|
Last change
on this file since 082b3cd was 9b1f66b, checked in by aluthra <devnull@…>, 15 years ago |
|
Initial checkin
|
-
Property mode
set to
100644
|
|
File size:
346 bytes
|
| Line | |
|---|
| 1 | package com.example.advancewars;
|
|---|
| 2 |
|
|---|
| 3 | import android.app.Activity;
|
|---|
| 4 | import android.os.Bundle;
|
|---|
| 5 |
|
|---|
| 6 | public class advancewars extends Activity {
|
|---|
| 7 | /** Called when the activity is first created. */
|
|---|
| 8 | @Override
|
|---|
| 9 | public void onCreate(Bundle savedInstanceState) {
|
|---|
| 10 | super.onCreate(savedInstanceState);
|
|---|
| 11 | setContentView(R.layout.main);
|
|---|
| 12 | }
|
|---|
| 13 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.