I am developing an android application In which i have a ListView with images.I want that WebView should be placed below the categories..
The screenshot of the view is
http://www.imageupload.org/?d=B6D3C3E61
Can anyone tell how should I place a WebView in the space below categories?
Thanks in advance
Tushar
Use relative layout. place webview below of listview
Try with the following xml approach
Thanks
Deepak