From b13417ef84595508b1a26dd42f1bbb35cffa8580 Mon Sep 17 00:00:00 2001 From: thadh Date: Thu, 30 Jul 2009 15:00:24 -0700 Subject: [PATCH] go --- .classpath | 1 + AndroidManifest.xml | 10 +- res/layout/about.xml | 126 ++++++---- res/layout/main.xml | 58 ++++- res/values/strings.xml | 48 +++- res/xml/preferences.xml | 28 ++- .../hughes/android/dictionary/Dictionary.java | 7 +- .../dictionary/DictionaryActivity.java | 237 +++++++++++------- .../android/dictionary/DownloadActivity.java | 9 +- src/com/hughes/android/dictionary/Entry.java | 2 +- src/com/hughes/android/dictionary/R.java | 65 ----- 11 files changed, 346 insertions(+), 245 deletions(-) delete mode 100755 src/com/hughes/android/dictionary/R.java diff --git a/.classpath b/.classpath index cc507f4..323ccea 100755 --- a/.classpath +++ b/.classpath @@ -3,5 +3,6 @@ + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e67877a..368dd80 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="com.hughes.android.dictionary" android:versionCode="4" + android:versionName="1.1"> @@ -14,9 +14,9 @@ - - - + + + \ No newline at end of file diff --git a/res/layout/about.xml b/res/layout/about.xml index 1bf8972..29e0701 100755 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -1,58 +1,82 @@ - - - - - - - + + + + + + + + - + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical|fill_vertical" /> - - - - - - - - - - - - - - - - - + + + + + + + + - - + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:text="@string/currentDictInfo"/> + + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml index 3e19caa..256ce67 100755 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,18 +1,54 @@ - - - - - - - - - + + + + +