SlidingMenuLayout
SlidingMenuLayout copied to clipboard
A custom layout for Android that reveals a menu lying underneath another view
Results
2
SlidingMenuLayout issues
Sort by
recently updated
recently updated
newest added
I´m getting the error message in line "layout.addView(new MenuView(this));" The message is "MenuView" cannot be resolved to a type I am using eclipse for android what´s wrong?
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...