diff options
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" |