I have webview with layout_height = \"wrap_content\". If I increase default font size, then webview height increases too. But if I decrease default font size, then webview h
Try this,
webview.setVisibility(View.GONE); webview.setVisibility(View.VISIBLE);