SlidingMenuLayout icon indicating copy to clipboard operation
SlidingMenuLayout copied to clipboard

LinearLayout problem

Open jonipepin opened this issue 13 years ago • 0 comments

FIrst, thanks for the hard work. Everything works as expected, but I ran into one issue. My main view (the one on top of the menu view) consisted of a WebView inside a LinearLayout. The webview height keeps getting set initially to 0dp (I confirmed that the webpage is loading). I couldn't find what caused the problem, but I resolved it by changing the layout from Linear to Relative. Why is the LinearLayout causing issues? Thanks

jonipepin avatar Apr 30 '13 23:04 jonipepin