mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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"
|
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
|
<org.eehouse.android.xw4.XWListPreference
|
||||||
android:key="@string/key_force_tablet"
|
android:key="@string/key_force_tablet"
|
||||||
android:title="@string/force_tablet_title"
|
android:title="@string/force_tablet_title"
|
||||||
|
@ -56,10 +61,5 @@
|
||||||
android:defaultValue="false"
|
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>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in a new issue