SlidingMenuLayout
SlidingMenuLayout copied to clipboard
LinearLayout problem
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