summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-01-15 16:06:31 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 01:11:33 +0000
commit7c3754734990b64edf697d4bb455f8f3b6695576 (patch)
treee5d0f62a9259ddd8008ee226171f19722a56c228 /res/xml
parentbd9ec6af28c502a61c7e50e8fd0672744b68a054 (diff)
downloadpackages_apps_trebuchet-7c3754734990b64edf697d4bb455f8f3b6695576.zip
packages_apps_trebuchet-7c3754734990b64edf697d4bb455f8f3b6695576.tar.gz
packages_apps_trebuchet-7c3754734990b64edf697d4bb455f8f3b6695576.tar.bz2
Preferences: Version preference information style
Change-Id: I723b6daf3e6a8f1d2cc2c1c5f4f50b85ef7ecd08
Diffstat (limited to 'res/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 1e10bb3..501e0a1 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>