Fix discrepancy in the "show settings key" option

bug: 5155640
Change-Id: I2f5f88edde18d6464a67adcfad5aa92b05c36821
main
Ken Wakasa 2011-08-12 18:59:16 +09:00
parent 1d0807c42c
commit f84107cae7
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<resources> <resources>
<bool name="config_enable_show_settings_key_option">true</bool> <bool name="config_enable_show_settings_key_option">true</bool>
<bool name="config_default_show_settings_key">true</bool> <bool name="config_default_show_settings_key">false</bool>
<bool name="config_enable_show_voice_key_option">false</bool> <bool name="config_enable_show_voice_key_option">false</bool>
<bool name="config_enable_show_popup_on_keypress_option">false</bool> <bool name="config_enable_show_popup_on_keypress_option">false</bool>
<bool name="config_enable_show_recorrection_option">false</bool> <bool name="config_enable_show_recorrection_option">false</bool>

View File

@ -53,7 +53,7 @@
android:key="show_settings_key" android:key="show_settings_key"
android:title="@string/prefs_settings_key" android:title="@string/prefs_settings_key"
android:persistent="true" android:persistent="true"
android:defaultValue="false" /> android:defaultValue="@bool/config_default_show_settings_key" />
<ListPreference <ListPreference
android:key="voice_mode" android:key="voice_mode"
android:title="@string/voice_input" android:title="@string/voice_input"