我面對一個新的挑戰與Android上的SlideHolder菜單,我使用這個示例代碼,它運行良好,但我想打開這個菜單權離開屏幕,我該如何設置這個性質?設置在slideholder的direction_left在android
<com.agimind.widget.SlideHolder xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/slideHolder"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
tools:context=".MainActivity"
tools:ignore="UselessLeaf,HardcodedText">
非常感謝,但它不起作用:( –
您正在使用的庫提供的方法名稱** setDirection **。使用該方法的方向 –
這將接受** DIRECTION_RIGHT **我認爲參數 –