I'm trying to use the jfeinstein sliding menu, that imho, looks promising. I like the idea of work with it using the layout config, rather than code. I've the following very simple layout configuration.
<com.slidingmenu.lib.SlidingMenu
xmlns:sliding="http://schemas.android.com/apk/res-auto"
android:id="@+id/slidingmenulayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
sliding:viewAbove="@layout/customforabove"
sliding:viewBehind="@layout/customforbehind"
sliding:behindOffset="120dip"
sliding:behindScrollScale="0.25"
/>
But I got an error saying about unbound prefix. I don“t know if it is because of the sliding after xmlns, or any other reason.
Tks in advance!