summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-07-18 14:54:53 +0900
committerSatoshi Kataoka <satok@google.com>2013-07-22 16:34:41 +0900
commita5c08c9a6f2693aafa8cc5c0e58d1f5afd2e8586 (patch)
treed8b9bc62d1d5a262db358fe08cc9bb3ed8983266 /res
parentf948ecdc613379d60d2283995fec6d1f1a750cd7 (diff)
downloadpackages_apps_Settings-a5c08c9a6f2693aafa8cc5c0e58d1f5afd2e8586.tar.gz
packages_apps_Settings-a5c08c9a6f2693aafa8cc5c0e58d1f5afd2e8586.tar.bz2
packages_apps_Settings-a5c08c9a6f2693aafa8cc5c0e58d1f5afd2e8586.zip
Remove the locale spinner and show the current language
Bug: 8976598 Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
Diffstat (limited to 'res')
-rw-r--r--res/layout/user_dictionary_add_word_fullscreen.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/layout/user_dictionary_add_word_fullscreen.xml b/res/layout/user_dictionary_add_word_fullscreen.xml
index 57f9184ca..42bd197f4 100644
--- a/res/layout/user_dictionary_add_word_fullscreen.xml
+++ b/res/layout/user_dictionary_add_word_fullscreen.xml
@@ -62,22 +62,6 @@
android:imeOptions="flagNoFullscreen"
android:inputType="textNoSuggestions"
android:maxLength="@integer/maximum_user_dictionary_word_length" />
-
- <TextView
- android:id="@+id/user_dictionary_add_locale_label"
- style="?android:attr/textAppearanceSmall"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="start|center_vertical"
- android:text="@string/user_dict_settings_add_locale_option_name" />
-
- <Spinner
- android:id="@+id/user_dictionary_add_locale"
- android:layout_width="wrap_content"
- android:layout_gravity="fill_horizontal|center_vertical"
- android:layout_marginBottom="8dip"
- android:layout_marginStart="8dip"
- android:layout_marginTop="8dip" />
</GridLayout>
</LinearLayout>