我正在尝试使用jfeinstein 滑动菜单,恕我直言,看起来很有希望。我喜欢使用布局配置而不是代码来使用它的想法。我有以下非常简单的布局配置。
<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"
/>
但是我收到一个关于未绑定前缀的错误。我不知道是因为 xmlns 之后的滑动,还是其他原因。
提前谢谢!