diff options
Diffstat (limited to 'testapps/basicProject')
-rw-r--r-- | testapps/basicProject/.project | 2 | ||||
-rw-r--r-- | testapps/basicProject/AndroidManifest.xml | 2 | ||||
-rw-r--r-- | testapps/basicProject/build.properties | 2 | ||||
-rw-r--r-- | testapps/basicProject/build.xml | 4 | ||||
-rw-r--r-- | testapps/basicProject/default.properties | 4 | ||||
-rw-r--r-- | testapps/basicProject/res/layout/main.xml | 6 |
6 files changed, 10 insertions, 10 deletions
diff --git a/testapps/basicProject/.project b/testapps/basicProject/.project index 2bf35ce..ef11c50 100644 --- a/testapps/basicProject/.project +++ b/testapps/basicProject/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>BasicProject</name> + <name>basicProject</name> <comment></comment> <projects> </projects> diff --git a/testapps/basicProject/AndroidManifest.xml b/testapps/basicProject/AndroidManifest.xml index 978c71e..aafc833 100644 --- a/testapps/basicProject/AndroidManifest.xml +++ b/testapps/basicProject/AndroidManifest.xml @@ -13,4 +13,4 @@ </activity> </application> <uses-sdk android:minSdkVersion="AOSP" /> -</manifest> +</manifest> diff --git a/testapps/basicProject/build.properties b/testapps/basicProject/build.properties index edc7f23..ee52d86 100644 --- a/testapps/basicProject/build.properties +++ b/testapps/basicProject/build.properties @@ -1,5 +1,5 @@ # This file is used to override default values used by the Ant build system. -# +# # This file must be checked in Version Control Systems, as it is # integral to the build system of your project. diff --git a/testapps/basicProject/build.xml b/testapps/basicProject/build.xml index 9ac802c..9983df5 100644 --- a/testapps/basicProject/build.xml +++ b/testapps/basicProject/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="BasicProject" default="help"> +<project name="basicProject" default="help"> <!-- The local.properties file is created and updated by the 'android' tool. @@ -76,7 +76,7 @@ - copy/paste the content of the rules files (minus the top node) into this file, *after* the <setup> task - disable the import of the rules by changing the setup task - below to <setup import="false" />. + below to <setup import="false" />. - customize to your needs. --> <setup /> diff --git a/testapps/basicProject/default.properties b/testapps/basicProject/default.properties index 640d5d4..8ee25b8 100644 --- a/testapps/basicProject/default.properties +++ b/testapps/basicProject/default.properties @@ -1,8 +1,8 @@ # 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. diff --git a/testapps/basicProject/res/layout/main.xml b/testapps/basicProject/res/layout/main.xml index 829994c..b79cddb 100644 --- a/testapps/basicProject/res/layout/main.xml +++ b/testapps/basicProject/res/layout/main.xml @@ -4,9 +4,9 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" > -<TextView - android:layout_width="fill_parent" - android:layout_height="wrap_content" +<TextView + android:layout_width="fill_parent" + android:layout_height="wrap_content" android:text="Hello World, Main" /> </LinearLayout> |