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!