Fix bug in preferences
This commit is contained in:
parent
09966c516b
commit
6efd2226f8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue