aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRene Treffer <treffer@measite.de>2014-04-03 18:16:14 +0200
committerRene Treffer <treffer@measite.de>2014-04-03 18:37:25 +0200
commit9502ff25dd6c32c92d356baaaa1640fe26314595 (patch)
tree7767f2193bd2233b3275db2342c36d6e08eeac4f /res/layout
parent2506ef82df6369fef71e00e891b2a2c69330ff94 (diff)
Add compression support
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/edit_account_dialog.xml8
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"