diff options
author | Rene Treffer <treffer@measite.de> | 2014-04-03 18:16:14 +0200 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2014-04-03 18:37:25 +0200 |
commit | 9502ff25dd6c32c92d356baaaa1640fe26314595 (patch) | |
tree | 7767f2193bd2233b3275db2342c36d6e08eeac4f /res/layout/edit_account_dialog.xml | |
parent | 2506ef82df6369fef71e00e891b2a2c69330ff94 (diff) |
Add compression support
Diffstat (limited to '')
-rw-r--r-- | res/layout/edit_account_dialog.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/res/layout/edit_account_dialog.xml b/res/layout/edit_account_dialog.xml index 2b1f95ab..cc29b6f9 100644 --- a/res/layout/edit_account_dialog.xml +++ b/res/layout/edit_account_dialog.xml @@ -50,7 +50,13 @@ android:layout_height="wrap_content" android:text="Use Transport Layer Security (TLS)" android:checked="true"/> - + + <CheckBox + android:id="@+id/account_usecompression" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="Use Compression (zlib)" + android:checked="true"/> <CheckBox android:id="@+id/edit_account_register_new" |