Experimental change - ask android to try to make columns no wider than
the viewport. This change should NOT be backported to 3.2, but I'd like folks to try it with real email.
This commit is contained in:
parent
43cb54594b
commit
62caa5ce76
1 changed files with 2 additions and 0 deletions
|
@ -889,6 +889,8 @@ public class MessageView extends K9Activity implements OnClickListener
|
|||
if (K9.mobileOptimizedLayout())
|
||||
{
|
||||
webSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.SINGLE_COLUMN);
|
||||
} else {
|
||||
webSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.NARROW_COLUMNS);
|
||||
}
|
||||
|
||||
webSettings.setTextSize(mFontSizes.getMessageViewContent());
|
||||
|
|
Loading…
Reference in a new issue