aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/pref.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/pref.xml')
-rw-r--r--res/xml/pref.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/xml/pref.xml b/res/xml/pref.xml
index 92b0838..e49a4a7 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"
@@ -54,4 +54,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>