Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcorreia committed Apr 30, 2011
1 parent 17f59a0 commit 495bef4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified bin/classes.dex
Binary file not shown.
Binary file modified bin/fisga.apk
Binary file not shown.
Binary file modified bin/net/loide/games/fisga/Entrymenu.class
Binary file not shown.
4 changes: 2 additions & 2 deletions src/net/loide/games/fisga/Entrymenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ public void onCreate(Bundle savedInstanceState) {
// requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.entrymenu);

h.sendEmptyMessageDelayed(0, 500);

Button button1 = (Button) findViewById(R.id.startgameBtn);
Button button2 = (Button) findViewById(R.id.exitBtn);

button1.setOnClickListener(this);
button2.setOnClickListener(this);

h.sendEmptyMessageDelayed(0, 100);

}

Handler h = new Handler() {
Expand Down

0 comments on commit 495bef4

Please sign in to comment.