OSDN Git Service

Skeleton for tic-tac-toe sample.
authorRaphael <raphael@google.com>
Fri, 2 Apr 2010 06:39:30 +0000 (23:39 -0700)
committerRaphael <raphael@google.com>
Sat, 3 Apr 2010 05:05:53 +0000 (22:05 -0700)
commit718a35143dae79196aa46467eada542cfe49c382
tree78eb6bfc7a4819893faaf80d6081831148c9b5e2
parent452de9c984b7a21a2208834260a9bb6ce1b0d1a2
Skeleton for tic-tac-toe sample.

Change-Id: I41e7013d469cb2eba9f475aa0a94c4630cacbb64
21 files changed:
samples/TicTacToeLib/.classpath [new file with mode: 0755]
samples/TicTacToeLib/.gitignore [new file with mode: 0644]
samples/TicTacToeLib/.project [new file with mode: 0755]
samples/TicTacToeLib/AndroidManifest.xml [new file with mode: 0755]
samples/TicTacToeLib/default.properties [new file with mode: 0755]
samples/TicTacToeLib/res/drawable/lib_bg.9.png [new file with mode: 0755]
samples/TicTacToeLib/res/drawable/lib_circle.png [new file with mode: 0755]
samples/TicTacToeLib/res/drawable/lib_cross.png [new file with mode: 0755]
samples/TicTacToeLib/res/layout/lib_game.xml [new file with mode: 0755]
samples/TicTacToeLib/res/values/strings.xml [new file with mode: 0755]
samples/TicTacToeLib/src/com/example/tictactoe/library/GameActivity.java [new file with mode: 0755]
samples/TicTacToeLib/src/com/example/tictactoe/library/GameView.java [new file with mode: 0755]
samples/TicTacToeMain/.classpath [new file with mode: 0755]
samples/TicTacToeMain/.gitignore [new file with mode: 0644]
samples/TicTacToeMain/.project [new file with mode: 0755]
samples/TicTacToeMain/AndroidManifest.xml [new file with mode: 0755]
samples/TicTacToeMain/default.properties [new file with mode: 0755]
samples/TicTacToeMain/res/drawable/icon.png [new file with mode: 0755]
samples/TicTacToeMain/res/layout/main.xml [new file with mode: 0755]
samples/TicTacToeMain/res/values/strings.xml [new file with mode: 0755]
samples/TicTacToeMain/src/com/example/tictactoe/MainActivity.java [new file with mode: 0755]