diff options
author | Rene Treffer <treffer@measite.de> | 2014-04-03 21:22:17 +0200 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2014-04-03 21:22:17 +0200 |
commit | 56848492496f5f8ccb044ce75bb5889e5b93170c (patch) | |
tree | 9261384298d8eaa68da3a4be21ecee1458255f19 /res/layout/edit_account_dialog.xml | |
parent | e6797e1db4282459d86f78698ed84caf0ce6aba3 (diff) |
Remove option to enable/disable TLS (now enabled by default)
Diffstat (limited to '')
-rw-r--r-- | res/layout/edit_account_dialog.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/edit_account_dialog.xml b/res/layout/edit_account_dialog.xml index 453b15d9..0a86039d 100644 --- a/res/layout/edit_account_dialog.xml +++ b/res/layout/edit_account_dialog.xml @@ -42,15 +42,6 @@ android:hint="Password" android:fontFamily="sans-serif" /> - - - <CheckBox - android:id="@+id/account_usetls" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Use Transport Layer Security (TLS)" - android:checked="true"/> - <CheckBox android:id="@+id/edit_account_register_new" android:layout_width="wrap_content" |