1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

Disable built-in zoom controls for now. they make flipping way too hard.

This commit is contained in:
Jesse Vincent 2009-11-22 21:23:09 +00:00
parent 7a46a584c6
commit 47cbf87e6d

View File

@ -485,7 +485,7 @@ public class MessageView extends K9Activity
final WebSettings webSettings = mMessageContentView.getSettings();
webSettings.setSupportZoom(true);
webSettings.setBuiltInZoomControls(true);
//webSettings.setBuiltInZoomControls(true);
webSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.NARROW_COLUMNS);
mAttachments.setVisibility(View.GONE);