Last change
on this file since 5d9e7bb was 9b1f66b, checked in by aluthra <devnull@…>, 14 years ago |
Initial checkin
|
-
Property mode
set to
100644
|
File size:
346 bytes
|
Rev | Line | |
---|
[9b1f66b] | 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.