mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
swap two config positions
This commit is contained in:
parent
aec70782f4
commit
bfd6b2162d
1 changed files with 6 additions and 5 deletions
|
@ -266,17 +266,18 @@
|
|||
<PreferenceScreen android:title="@string/network_behavior"
|
||||
android:summary="@string/network_behavior_summary"
|
||||
>
|
||||
<org.eehouse.android.xw4.XWConnAddrPreference
|
||||
android:key="@string/key_addrs_pref"
|
||||
android:title="@string/title_addrs_pref"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.SMSCheckBoxPreference
|
||||
android:key="@string/key_enable_sms"
|
||||
android:title="@string/enable_sms"
|
||||
android:summary="@string/enable_sms_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.XWConnAddrPreference
|
||||
android:key="@string/key_addrs_pref"
|
||||
android:title="@string/title_addrs_pref"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.PollListPreference
|
||||
android:key="@string/key_connect_frequency"
|
||||
android:title="@string/connect_frequency"
|
||||
|
|
Loading…
Add table
Reference in a new issue