diff --git a/samples/TicTacToeLib/.classpath b/samples/TicTacToeLib/.classpath new file mode 100755 index 000000000..6e9239ff0 --- /dev/null +++ b/samples/TicTacToeLib/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/samples/TicTacToeLib/.gitignore b/samples/TicTacToeLib/.gitignore new file mode 100644 index 000000000..93624e73d --- /dev/null +++ b/samples/TicTacToeLib/.gitignore @@ -0,0 +1,4 @@ +.svn +bin +gen + diff --git a/samples/TicTacToeLib/.project b/samples/TicTacToeLib/.project new file mode 100755 index 000000000..c0589f6ea --- /dev/null +++ b/samples/TicTacToeLib/.project @@ -0,0 +1,33 @@ + + + TicTacToeLib + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/samples/TicTacToeLib/AndroidManifest.xml b/samples/TicTacToeLib/AndroidManifest.xml new file mode 100755 index 000000000..cc667ee2e --- /dev/null +++ b/samples/TicTacToeLib/AndroidManifest.xml @@ -0,0 +1,25 @@ + + + + + + + + \ No newline at end of file diff --git a/samples/TicTacToeLib/default.properties b/samples/TicTacToeLib/default.properties new file mode 100755 index 000000000..4ac577ca4 --- /dev/null +++ b/samples/TicTacToeLib/default.properties @@ -0,0 +1,28 @@ +# +# Copyright (C) 2010 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +android.library=true +# Project target. +target=android-7 diff --git a/samples/TicTacToeLib/res/drawable/lib_bg.9.png b/samples/TicTacToeLib/res/drawable/lib_bg.9.png new file mode 100755 index 000000000..38c06c033 Binary files /dev/null and b/samples/TicTacToeLib/res/drawable/lib_bg.9.png differ diff --git a/samples/TicTacToeLib/res/drawable/lib_circle.png b/samples/TicTacToeLib/res/drawable/lib_circle.png new file mode 100755 index 000000000..55adffed1 Binary files /dev/null and b/samples/TicTacToeLib/res/drawable/lib_circle.png differ diff --git a/samples/TicTacToeLib/res/drawable/lib_cross.png b/samples/TicTacToeLib/res/drawable/lib_cross.png new file mode 100755 index 000000000..9189ebb6c Binary files /dev/null and b/samples/TicTacToeLib/res/drawable/lib_cross.png differ diff --git a/samples/TicTacToeLib/res/layout/lib_game.xml b/samples/TicTacToeLib/res/layout/lib_game.xml new file mode 100755 index 000000000..c4e674de9 --- /dev/null +++ b/samples/TicTacToeLib/res/layout/lib_game.xml @@ -0,0 +1,50 @@ + + + + + + + + + +