mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
reorder prefs
This commit is contained in:
parent
61649aab2d
commit
863d83bf44
1 changed files with 41 additions and 31 deletions
|
@ -331,6 +331,12 @@
|
|||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_enable_nfc_toself"
|
||||
android:title="@string/enable_nfc_toself_title"
|
||||
android:summary="@string/enable_nfc_toself_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<PreferenceScreen android:title="SMS Stuff"
|
||||
android:summary="Prefs related to play-via-sms"
|
||||
>
|
||||
|
@ -353,37 +359,9 @@
|
|||
/>
|
||||
</PreferenceScreen>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_enable_nfc_toself"
|
||||
android:title="@string/enable_nfc_toself_title"
|
||||
android:summary="@string/enable_nfc_toself_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_xlations_locale"
|
||||
android:title="@string/xlations_locale"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_xlations_enabled"
|
||||
android:title="@string/xlations_enabled_title"
|
||||
android:summary="@string/xlations_enabled_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_force_tablet"
|
||||
android:title="@string/force_tablet_title"
|
||||
android:summary="@string/force_tablet_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<!-- For broken devices like my Blaze 4G that report a download
|
||||
directory that doesn't exist, allow users to set it. Mine:
|
||||
/sdcard/external_sd/download
|
||||
-->
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_download_path"
|
||||
android:title="@string/download_path_title"
|
||||
/>
|
||||
<PreferenceScreen android:title="Relay Stuff"
|
||||
android:summary="Prefs related to play via internet/relay"
|
||||
>
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_relay_host"
|
||||
android:title="@string/relay_host"
|
||||
|
@ -401,6 +379,38 @@
|
|||
android:defaultValue="10998"
|
||||
android:numeric="decimal"
|
||||
/>
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen android:title="Localization Stuff"
|
||||
android:summary="Prefs related to in-app localization"
|
||||
>
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_xlations_locale"
|
||||
android:title="@string/xlations_locale"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_xlations_enabled"
|
||||
android:title="@string/xlations_enabled_title"
|
||||
android:summary="@string/xlations_enabled_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_force_tablet"
|
||||
android:title="@string/force_tablet_title"
|
||||
android:summary="@string/force_tablet_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<!-- For broken devices like my Blaze 4G that report a download
|
||||
directory that doesn't exist, allow users to set it. Mine:
|
||||
/sdcard/external_sd/download
|
||||
-->
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_download_path"
|
||||
android:title="@string/download_path_title"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_dict_host"
|
||||
|
|
Loading…
Add table
Reference in a new issue