mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
move colors setting up
This commit is contained in:
parent
50c57bf190
commit
847024512a
1 changed files with 5 additions and 5 deletions
|
@ -32,6 +32,11 @@
|
|||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<Preference app:title="@string/prefs_colors"
|
||||
app:summary="@string/prefs_colors_summary"
|
||||
app:fragment="org.eehouse.android.xw4.gen.PrefsWrappers$prefs_appear_themes"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.XWListPreference
|
||||
android:key="@string/key_force_tablet"
|
||||
android:title="@string/force_tablet_title"
|
||||
|
@ -56,10 +61,5 @@
|
|||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<Preference app:title="@string/prefs_colors"
|
||||
app:summary="@string/prefs_colors_summary"
|
||||
app:fragment="org.eehouse.android.xw4.gen.PrefsWrappers$prefs_appear_themes"
|
||||
/>
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue