Hello everyone,
I am new to android developement. Now I am doing webview gallery. In this gallery I load some images and i set layout for
mWebView.setLayoutParams(new Gallery.LayoutParams(70,85));
this 70 and 85 is height and width for webview but when the images are webview.loadurl that...