From 0c422ceb4f046b00fe13b6295189e3cc4e6bc0f6 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Thu, 8 Dec 2011 15:28:23 -0800 Subject: [PATCH] Classpath, license --- .classpath | 4 +- default.properties | 13 --- res/layout/about_activity.xml | 11 +- res/values/strings.xml | 205 ++++++++++++++++++++++++++++++++++ 4 files changed, 216 insertions(+), 17 deletions(-) delete mode 100644 default.properties diff --git a/.classpath b/.classpath index 80f926f..00ba4b7 100644 --- a/.classpath +++ b/.classpath @@ -4,6 +4,6 @@ - - + + diff --git a/default.properties b/default.properties deleted file mode 100644 index 51e933a..0000000 --- a/default.properties +++ /dev/null @@ -1,13 +0,0 @@ -# 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-8 diff --git a/res/layout/about_activity.xml b/res/layout/about_activity.xml index 47b8d62..5122492 100755 --- a/res/layout/about_activity.xml +++ b/res/layout/about_activity.xml @@ -35,7 +35,7 @@ @@ -80,7 +80,14 @@ android:layout_gravity="left" android:paddingBottom="10dip"/> - + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index aca53c1..d3289cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -63,6 +63,211 @@ thad.hughes@gmail.com For more information, see: http://sites.google.com/site/quickdic/home + + + Opening connection... -- 2.43.0