Index: /trunk/12.ClockTest/default.properties =================================================================== --- /trunk/12.ClockTest/default.properties (revision 32) +++ /trunk/12.ClockTest/default.properties (revision 32) @@ -0,0 +1,13 @@ +# 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. + +# Indicates whether an apk should be generated for each density. +split.density=false +# Project target. +target=android-7 Index: /trunk/12.ClockTest/.classpath =================================================================== --- /trunk/12.ClockTest/.classpath (revision 32) +++ /trunk/12.ClockTest/.classpath (revision 32) @@ -0,0 +1,7 @@ + + + + + + + Index: /trunk/12.ClockTest/.project =================================================================== --- /trunk/12.ClockTest/.project (revision 32) +++ /trunk/12.ClockTest/.project (revision 32) @@ -0,0 +1,33 @@ + + + 12.ClockTest + + + + + + 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 + + Index: /trunk/12.ClockTest/AndroidManifest.xml =================================================================== --- /trunk/12.ClockTest/AndroidManifest.xml (revision 32) +++ /trunk/12.ClockTest/AndroidManifest.xml (revision 32) @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + Index: /trunk/12.ClockTest/src/soo/ui/complex/ClockTest.java =================================================================== --- /trunk/12.ClockTest/src/soo/ui/complex/ClockTest.java (revision 32) +++ /trunk/12.ClockTest/src/soo/ui/complex/ClockTest.java (revision 32) @@ -0,0 +1,16 @@ +package soo.ui.complex; + +import android.app.Activity; +import android.os.Bundle; +import android.widget.AnalogClock; + +public class ClockTest extends Activity { + /** Called when the activity is first created. */ + @Override + public void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.main); + + + } +} Index: /trunk/12.ClockTest/res/values/strings.xml =================================================================== --- /trunk/12.ClockTest/res/values/strings.xml (revision 32) +++ /trunk/12.ClockTest/res/values/strings.xml (revision 32) @@ -0,0 +1,5 @@ + + + Hello World, ClockTest! + ClockTest + Index: /trunk/12.ClockTest/res/layout/main.xml =================================================================== --- /trunk/12.ClockTest/res/layout/main.xml (revision 32) +++ /trunk/12.ClockTest/res/layout/main.xml (revision 32) @@ -0,0 +1,20 @@ + + + + + +