How to set the zoom property to tabHost. I’ve listed some items in listview. That listview displays on tabhost. When, i press any item, that’ll displays in another layout with zoom property. How can i achieve this? Anyone guide me. Thanks in Advance.
Edit
TabHost also displayed, when the another layout redirected. So, the details of item can be show the detail within the tabhost.
Update
Finally, i’ve successfully displays the item’s detail in another layout and, the another layout is also displayed in same tabHost using this blog. Now, i need to implement the zoom property for this layout. How can i achieve this?
I’ve done this by my own. I just work with my tabHost using Parent & child activity as by this article. And, i’ve pass the values to webview & set the zoom properties to that Webview. It hopes helpful to me.