From 92dfc8b7d39cbc2e55f3c547c0c265bc7ae3af86 Mon Sep 17 00:00:00 2001 From: Thad Hughes Date: Fri, 9 Apr 2010 15:25:44 -0700 Subject: [PATCH 1/1] go --- AndroidManifest.xml | 15 ++++++++++----- default.properties | 14 +++----------- res/layout/main.xml | 3 ++- res/values-de/strings.xml | 3 +-- res/values/strings.xml | 6 +++--- .../android/dictionary/DictionaryActivity.java | 18 ++++++++++++------ .../hughes/android/dictionary/Language.java | 2 +- .../dictionary/NoDictionaryActivity.java | 2 +- 8 files changed, 33 insertions(+), 30 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3107cf0..f0bfc11 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,16 +1,21 @@ + package="com.hughes.android.dictionary" android:versionName="1.8" android:versionCode="8"> - + + + - + + @@ -26,5 +31,5 @@ android:targetPackage="com.hughes.android.dictionary" android:label="DictionaryActivityTest" /> - - \ No newline at end of file + + \ No newline at end of file diff --git a/default.properties b/default.properties index 0a007ab..ae7b77e 100755 --- a/default.properties +++ b/default.properties @@ -7,16 +7,8 @@ # "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-3 -# 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 +target=android-6 apk-configurations= diff --git a/res/layout/main.xml b/res/layout/main.xml index c12bb0f..16a9728 100755 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -15,7 +15,8 @@ android:hint="@string/searchText" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:inputType="text" + android:inputType="text|textNoSuggestions" + android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi" android:layout_weight="1.0"/>