Remove the locale spinner and show the current language

Bug: 8976598
Change-Id: I092141d0cc5c6d7af499ab8ceb69275923180e37
This commit is contained in:
Satoshi Kataoka
2013-07-18 14:54:53 +09:00
parent f948ecdc61
commit a5c08c9a6f
6 changed files with 45 additions and 26 deletions

View File

@@ -239,4 +239,8 @@ public class UserDictionaryAddWordContents {
localesList.add(new LocaleRenderer(activity, null)); // meaning: select another locale
return localesList;
}
public String getCurrentUserDictionaryLocale() {
return mLocale;
}
}