First try...
This commit is contained in:
18
src/se/hv/dindag/DinDagMenu.java
Executable file
18
src/se/hv/dindag/DinDagMenu.java
Executable file
@@ -0,0 +1,18 @@
|
||||
package se.hv.dindag;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
||||
|
||||
/**
|
||||
* Fires up the DinDagMenu
|
||||
*
|
||||
* @author imcoh
|
||||
*
|
||||
*/
|
||||
public class DinDagMenu extends Activity {
|
||||
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.menu.menu_start);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user