move colors setting up

This commit is contained in:
Eric House 2021-10-27 15:27:13 -07:00
parent 50c57bf190
commit 847024512a

View file

@ -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>