1

I'm using the library called simple-side-drawer
This enables `DrawerLayout' for any version which is supported only at API Level 18 or higher.

I downloaded demo from the page and tried to make stylish layout by customizing right_behind_menu_simple.xml
However, it always returns error and won't show stylish layout even if I copy and pasted example to it.

The error is always related to something about <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"

I'd like to make Menu just like this. How can I? Can anyone download demo and show me what to do with right_behind_menu_simple.xml and its style.xml?
It'll be appreciatable, if you could upload example project.
Thanks!

enter image description here

4

1 回答 1

1

对于 api 18 或更高版本,您应该使用Navigation Drawer而不是使用第三方库,请使用官方文档:Navigation Drawer

于 2013-08-12T07:55:15.983 回答