1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <PreferenceScreen xmlns:
android=
"http://schemas.android.com/apk/res/android">
3 <ListPreference android:
dialogTitle=
"@string/pref_multiplier_title" android:
key=
"global.multipliers" android:
title=
"@string/pref_multipliers" android:
entryValues=
"@array/multiplier_values" android:
entries=
"@array/multiplier_labels" android:
defaultValue=
"1" />