diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-03 23:50:48 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-03 23:50:48 +0200 |
commit | bd9dba1a69e2a5523b4d0d7e445d10b6197c3329 (patch) | |
tree | 90bdae99830b539e57c1301d4f5be843a07cd7cf /res | |
parent | 91aeffae1b94766dd89d061b55a65741ba42be66 (diff) | |
parent | a0fc1c6c77aea1d99078706cf2bee1c5efd246a4 (diff) |
Merge branch 'compression' of https://github.com/rtreffer/Conversations into rtreffer-compression
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/edit_account_dialog.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/res/layout/edit_account_dialog.xml b/res/layout/edit_account_dialog.xml index 2b1f95ab..0a86039d 100644 --- a/res/layout/edit_account_dialog.xml +++ b/res/layout/edit_account_dialog.xml @@ -42,16 +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" |