diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/pref.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/xml/pref.xml b/res/xml/pref.xml index 2f36f8c..f6e0a78 100644 --- a/res/xml/pref.xml +++ b/res/xml/pref.xml @@ -65,8 +65,11 @@ <PreferenceScreen
android:title="@string/pref_start_gps_params_title"
android:dependency="@string/pref_sirf_gps_key"
- android:shouldDisableView = "true" >
+ android:orderingFromXml="true"
+ android:shouldDisableView = "true" >
<PreferenceCategory
+ android:order="200"
+ android:orderingFromXml="true"
android:title="Choix des trames NMEA" >
<CheckBoxPreference
android:key="@string/pref_sirf_enable_gsa_key"
@@ -100,6 +103,7 @@ android:summaryOff="@string/pref_enable_zda_summary_off" />
</PreferenceCategory>
<PreferenceCategory
+ android:order="100"
android:title="Fonctionnement du GPS" >
<CheckBoxPreference
android:key="@string/pref_sirf_enable_sbas_key"
|