diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e775d1a..43c3442 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="net.thauvin.erik.android.tiproid" android:versionName="0.3" android:versionCode="3"> @@ -9,4 +9,5 @@ + \ No newline at end of file diff --git a/default.properties b/default.properties new file mode 100644 index 0000000..9c6195e --- /dev/null +++ b/default.properties @@ -0,0 +1,22 @@ +# 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. + +# Project target. +target=android-2 +# apk configurations. This property allows creation of APK files with limited +# resources. For example, if your application contains many locales and +# you wish to release multiple smaller apks instead of a large one, you can +# define configuration to create apks with limited language sets. +# Format is a comma separated list of configuration names. For each +# configuration, a property will declare the resource configurations to +# include. Example: +# apk-configurations=european,northamerica +# apk-config-european=en,fr,it,de,es +# apk-config-northamerica=en,es +apk-configurations= diff --git a/src/net/thauvin/erik/android/tiproid/R.java b/gen/net/thauvin/erik/android/tiproid/R.java similarity index 100% rename from src/net/thauvin/erik/android/tiproid/R.java rename to gen/net/thauvin/erik/android/tiproid/R.java diff --git a/res/layout/calc.xml b/res/layout/calc.xml index b0cda15..b7a0dd2 100644 --- a/res/layout/calc.xml +++ b/res/layout/calc.xml @@ -1,55 +1,48 @@ - + android:orientation="vertical" android:layout_height="wrap_content" + android:layout_width="wrap_content" android:paddingLeft="10dip" + android:paddingRight="10dip"> + - - - - + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_height="wrap_content" android:layout_width="wrap_content"> + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index d503695..d718196 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,7 +1,7 @@ Tiproid - © 2008 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net + © 2008-9 Erik C. Thauvin\nAll Rights Reserved\n\nerik@thauvin.net\n\nhttp://mobile.thauvin.net About OK Cancel diff --git a/screenshots/0.3/1.psd b/screenshots/0.3/1.psd new file mode 100644 index 0000000..7cc83c8 Binary files /dev/null and b/screenshots/0.3/1.psd differ diff --git a/screenshots/0.3/2.psd b/screenshots/0.3/2.psd new file mode 100644 index 0000000..8d51cee Binary files /dev/null and b/screenshots/0.3/2.psd differ diff --git a/screenshots/0.3/3.psd b/screenshots/0.3/3.psd new file mode 100644 index 0000000..247222b Binary files /dev/null and b/screenshots/0.3/3.psd differ diff --git a/screenshots/0.3/tiproid.gif b/screenshots/0.3/tiproid.gif new file mode 100644 index 0000000..501266b Binary files /dev/null and b/screenshots/0.3/tiproid.gif differ