Move background options to bottom

Stephen Paul Weber created

Change summary

src/main/res/xml/preferences.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Detailed changes

src/main/res/xml/preferences.xml 🔗

@@ -217,16 +217,6 @@
                     android:dependency="custom_theme_automatic"
                     android:key="custom_theme_dark"
                     android:title="Custom Theme is Dark?" />
-                <com.rarepebble.colorpicker.ColorPreference
-                    android:key="custom_theme_background_primary"
-                    android:title="Custom Background Color"
-                    android:defaultValue="@color/grey50"
-                    app:colorpicker_showAlpha="false" />
-                <com.rarepebble.colorpicker.ColorPreference
-                    android:key="custom_theme_background_primary_dark"
-                    android:title="Custom Dark Background Color"
-                    android:defaultValue="@color/grey800"
-                    app:colorpicker_showAlpha="false" />
                 <com.rarepebble.colorpicker.ColorPreference
                     android:key="custom_theme_primary"
                     android:title="Custom Primary Color"
@@ -242,6 +232,16 @@
                     android:title="Custom Accent Color"
                     android:defaultValue="@color/black_perpy"
                     app:colorpicker_showAlpha="false" />
+                <com.rarepebble.colorpicker.ColorPreference
+                    android:key="custom_theme_background_primary"
+                    android:title="Custom Background Color"
+                    android:defaultValue="@color/grey50"
+                    app:colorpicker_showAlpha="false" />
+                <com.rarepebble.colorpicker.ColorPreference
+                    android:key="custom_theme_background_primary_dark"
+                    android:title="Custom Background Color (Dark)"
+                    android:defaultValue="@color/grey800"
+                    app:colorpicker_showAlpha="false" />
             </PreferenceCategory>
 
             <intent