summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-15 14:11:46 +0200
committerlado <herrlado@gmail.com>2011-10-15 14:11:46 +0200
commita6acfa47afa39d13d9eb90266a4735967ec34386 (patch)
tree925d7ab447fe375c33dca4e7b124c4ea1140a7c8 /vdrmanager/res/xml
parent9e369f6edd85fcd77c1ce4009df63d9993e53d18 (diff)
downloadvdr-manager-a6acfa47afa39d13d9eb90266a4735967ec34386.tar.gz
vdr-manager-a6acfa47afa39d13d9eb90266a4735967ec34386.tar.bz2
password attribute for vdr password
Diffstat (limited to 'vdrmanager/res/xml')
-rw-r--r--vdrmanager/res/xml/preferences.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml
index 88c27d6..b0383de 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -43,6 +43,7 @@
android:title="@string/wakeup_user_title" android:summary="@string/wakeup_user_summary"
android:dependency="@string/wakeup_enabled_key" />
<EditTextPreference android:key="@string/wakeup_password_key"
+ android:password="true"
android:title="@string/wakeup_password_title" android:summary="@string/wakeup_password_summary"
android:dependency="@string/wakeup_enabled_key" />
<EditTextPreference android:key="@string/wakeup_wol_mac_key"