I'm dealing with a webview that's displaying a web page with a search bar at the top that I want to hide. Is there some way to make the top 50 px or so go away without using css?
Asked
Active
Viewed 480 times
0
-
Persistent topbar or does it go away with scrolling? – Ahmad Aug 24 '12 at 18:31
-
Try this post, should help: http://stackoverflow.com/questions/4901408/in-android-how-to-display-one-view-as-overlay-on-top-of-another-view – Max Raskin Aug 24 '12 at 19:12
1 Answers
0
You could just put a colored rectangle view on top of that part of the webview (depending if there is scrolling or not)

MobileMon
- 8,341
- 5
- 56
- 75