Fix bug in preferences

This commit is contained in:
Sylvain Berfini 2012-11-08 09:32:58 +01:00
parent 43d4818e49
commit 7c66e036cd

View file

@ -74,13 +74,14 @@
<CheckBoxPreference
android:key="@string/pref_codec_ilbc_key"
android:title="@string/pref_codec_ilbc"
android:shouldDisableView="@bool/pref_codec_ilbc_default"
android:defaultValue="@bool/pref_codec_ilbc_default"
android:shouldDisableView="true"
android:summary="@string/pref_ilbc_summary"/>
<CheckBoxPreference
android:key="@string/pref_codec_amr_key"
android:title="@string/pref_codec_amr"
android:defaultValue="@bool/pref_codec_speex16_default"
android:defaultValue="@bool/pref_codec_amr_default"
android:shouldDisableView="true" />
<CheckBoxPreference