aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMohamed <mohamed@zenadi.com>2017-06-13 13:05:10 +0200
committerMohamed <mohamed@zenadi.com>2017-06-13 13:05:10 +0200
commita8f728267787cc3891aa0a8e50e239547a0b13c2 (patch)
treecc0ecc575adabe01ff0287c5ad704bc25eacd32c /app/src/main/res
parent289c79a39853985f5bad6340871014738afe8332 (diff)
show version name in settings
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preference.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index c4a2398c..f7833ee5 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -108,4 +108,8 @@
android:summary="@string/pref_clear_clipboard_hint"
android:title="@string/pref_clear_clipboard_title" />
</PreferenceCategory>
+
+ <Preference
+ android:key="app_version"
+ android:title="Version" />
</PreferenceScreen>