summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-01-15 16:06:31 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-08-13 14:23:50 +0100
commit47e56c9386c4fb1f2fb1f2c5a9d666078ab3f9dc (patch)
tree5dc038fa8ad186562d47e01aaf1e37debe6f0410 /res/xml/preferences.xml
parente6446ad02c86e7c468754adfc8dfc277ce7851a9 (diff)
downloadandroid_packages_apps_Trebuchet-47e56c9386c4fb1f2fb1f2c5a9d666078ab3f9dc.tar.gz
android_packages_apps_Trebuchet-47e56c9386c4fb1f2fb1f2c5a9d666078ab3f9dc.tar.bz2
android_packages_apps_Trebuchet-47e56c9386c4fb1f2fb1f2c5a9d666078ab3f9dc.zip
Preferences: Version preference information style
Change-Id: I723b6daf3e6a8f1d2cc2c1c5f4f50b85ef7ecd08
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 1e10bb37b..501e0a153 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -85,5 +85,8 @@
<!-- Application -->
<PreferenceCategory android:title="@string/preferences_application_title">
+ <Preference android:key="application_version"
+ style="?android:preferenceInformationStyle"
+ android:summary="@string/application_copyright" />
</PreferenceCategory>
</PreferenceScreen>