diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-12-03 02:36:59 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-12-03 02:36:59 +0100 |
commit | f223acbfd9d2e832211f65cad82a69c64b31c346 (patch) | |
tree | f0e1a9b7cacc04b055aa7a3bc37ea60929339ea7 /res/xml | |
parent | 209c8bd571998d3d1639c56c5ad02fba0b6f9fe5 (diff) | |
parent | 173e2bd256382e33de5ece287a1ec5667196a2e4 (diff) | |
download | BlueGPS-f223acbfd9d2e832211f65cad82a69c64b31c346.zip BlueGPS-f223acbfd9d2e832211f65cad82a69c64b31c346.tar.gz BlueGPS-f223acbfd9d2e832211f65cad82a69c64b31c346.tar.bz2 |
Merge branch 'dev_1.1.x' into dev_1.2.x
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/pref.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/xml/pref.xml b/res/xml/pref.xml index da66b50..948e0c2 100644 --- a/res/xml/pref.xml +++ b/res/xml/pref.xml @@ -20,7 +20,7 @@ -->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
- android:title="@string/app_name">
+ android:title="@string/app_name" >
<ListPreference
android:dialogTitle="@string/pref_bluetooth_device_title"
android:title="@string/pref_bluetooth_device_title"
@@ -171,4 +171,9 @@ android:defaultValue="@string/defaultTrackFilePrefix"
android:summary="@string/pref_trackfile_prefix_summary" />
</PreferenceScreen>
+ <Preference
+ android:key="@string/pref_about_key"
+ android:persistent="false"
+ android:title="@string/pref_about_title"
+ android:summary="@string/pref_about_summary" />
</PreferenceScreen>
|