Combo: fix key value
This commit is contained in:
parent
692c05b5ea
commit
de9a7e00c9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
app:initialExpandedChildrenCount="0">
|
app:initialExpandedChildrenCount="0">
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:defaultValue="@string/combo_error_display_error"
|
android:defaultValue="@string/key_combo_error_display_error"
|
||||||
android:entries="@array/comboErrorDisplay"
|
android:entries="@array/comboErrorDisplay"
|
||||||
android:entryValues="@array/comboErrorDisplayValues"
|
android:entryValues="@array/comboErrorDisplayValues"
|
||||||
android:key="@string/key_show_comm_error_count"
|
android:key="@string/key_show_comm_error_count"
|
||||||
|
|
Loading…
Add table
Reference in a new issue