Added an Input Method selector in Language settings

Bug: 2132207 - Settings UI has no way to change IME
This commit is contained in:
Amith Yamasani
2010-05-28 18:19:43 -07:00
parent e82843fc10
commit e7739d1ab5
3 changed files with 15 additions and 2 deletions

View File

@@ -26,7 +26,13 @@
</PreferenceScreen>
<PreferenceCategory android:key="text_category"
android:title="@string/text_category" />
android:title="@string/text_category">
<PreferenceScreen android:key="input_method"
android:title="@string/input_method"
android:widgetLayout="@*android:layout/preference_dialog" />
</PreferenceCategory>
<PreferenceScreen
android:key="hardkeyboard_category"