mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
move sound notification preference
It's about robot games too now so move out of network into general prefs.
This commit is contained in:
parent
e1cac237ab
commit
98eeb60f24
1 changed files with 6 additions and 5 deletions
|
@ -232,6 +232,12 @@
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<CheckBoxPreference android:key="@string/key_notify_sound"
|
||||||
|
android:title="@string/notify_sound"
|
||||||
|
android:summary="@string/notify_other_summary"
|
||||||
|
android:defaultValue="true"
|
||||||
|
/>
|
||||||
|
|
||||||
<PreferenceScreen android:title="@string/disable_nags_title"
|
<PreferenceScreen android:title="@string/disable_nags_title"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -314,11 +320,6 @@
|
||||||
/>
|
/>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
||||||
<CheckBoxPreference android:key="@string/key_notify_sound"
|
|
||||||
android:title="@string/notify_sound"
|
|
||||||
android:summary="@string/notify_other_summary"
|
|
||||||
android:defaultValue="true"
|
|
||||||
/>
|
|
||||||
<CheckBoxPreference android:key="@string/key_notify_vibrate"
|
<CheckBoxPreference android:key="@string/key_notify_vibrate"
|
||||||
android:title="@string/notify_vibrate"
|
android:title="@string/notify_vibrate"
|
||||||
android:summary="@string/notify_other_summary"
|
android:summary="@string/notify_other_summary"
|
||||||
|
|
Loading…
Reference in a new issue