Skip to content
Snippets Groups Projects
Commit 4f9238ac authored by Xavier Gibert's avatar Xavier Gibert
Browse files

Sort shared preferences in correct categories

parent f49c87ff
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,7 @@
<string name="pref_apk_install">Application install</string>
<string name="pref_performance">Rendimiento</string>
<string name="pref_general">General</string>
<string name="pref_general2">General</string>
<string name="pref_sim_global">Global</string>
<string name="pref_sim_remote">Remoto</string>
<string name="pref_sim_local">Local</string>
......
......@@ -199,6 +199,7 @@
<string name="pref_apk_install">Application install</string>
<string name="pref_performance">Performance</string>
<string name="pref_general">Général</string>
<string name="pref_general2">Général</string>
<string name="pref_sim_global">Global</string>
<string name="pref_sim_remote">Éloigné</string><!-- Check -->
<string name="pref_sim_local">Locale</string>
......
......@@ -28,6 +28,7 @@
<string name="pref_key_sim_local">pref_key_sim_local</string>
<string name="pref_key_performance">pref_key_performance</string>
<string name="pref_key_general">pref_key_general</string>
<string name="pref_key_general2">pref_key_general2</string>
<string name="pref_key_axis">pref_key_axis</string>
<string name="pref_key_spacecraft">pref_key_spacecraft</string>
<string name="pref_key_sun">pref_key_sun</string>
......
......@@ -198,6 +198,7 @@
<string name="pref_apk_install">Application install</string>
<string name="pref_performance">Performance</string>
<string name="pref_general">General</string>
<string name="pref_general2">General</string>
<string name="pref_sim_global">Global</string>
<string name="pref_sim_remote">Remote</string>
<string name="pref_sim_local">Local</string>
......
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:key="@string/pref_screen_models">
<PreferenceCategory
android:title="@string/pref_general2"
android:key="@string/pref_key_general2">
<CheckBoxPreference
android:key="@string/pref_key_show_sphere"
android:summary="@string/pref_summary_show_sphere"
android:title="@string/pref_title_show_sphere"
android:defaultValue="true" />
<CheckBoxPreference
android:key="@string/pref_key_show_mini_spheres"
android:summary="@string/pref_summary_show_mini_spheres"
android:title="@string/pref_title_show_mini_spheres"
android:defaultValue="true" />
<CheckBoxPreference
android:key="@string/pref_key_show_circles"
android:summary="@string/pref_summary_show_circles"
android:title="@string/pref_title_show_circles"
android:defaultValue="true" />
<!-- <CheckBoxPreference
android:key="@string/pref_key_show_planes"
android:summary="@string/pref_summary_show_planes"
android:title="@string/pref_title_show_planes"
android:defaultValue="true" /> -->
</PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_spacecraft"
android:key="@string/pref_key_spacecraft">
......
......@@ -35,26 +35,6 @@
android:summary="@string/pref_summary_show_sky"
android:title="@string/pref_title_show_sky"
android:defaultValue="true" />
<CheckBoxPreference
android:key="@string/pref_key_show_sphere"
android:summary="@string/pref_summary_show_sphere"
android:title="@string/pref_title_show_sphere"
android:defaultValue="true" />
<CheckBoxPreference
android:key="@string/pref_key_show_mini_spheres"
android:summary="@string/pref_summary_show_mini_spheres"
android:title="@string/pref_title_show_mini_spheres"
android:defaultValue="true" />
<CheckBoxPreference
android:key="@string/pref_key_show_circles"
android:summary="@string/pref_summary_show_circles"
android:title="@string/pref_title_show_circles"
android:defaultValue="true" />
<!-- <CheckBoxPreference
android:key="@string/pref_key_show_planes"
android:summary="@string/pref_summary_show_planes"
android:title="@string/pref_title_show_planes"
android:defaultValue="true" /> -->
</PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_axis"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment