then run error, the log is:
Could not find method android.view.ViewGroup.onRtlPropertiesChanged, referenced from method net.simonvt.menudrawer.MenuDrawer.onRtlPropertiesChanged
I want to replace a fragment to the menu container, what should I do? thanks;
R.layout.fragment_menu:
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/fragment_menu" android:layout_width="match_parent" android:layout_height="match_parent" />
then run error, the log is: Could not find method android.view.ViewGroup.onRtlPropertiesChanged, referenced from method net.simonvt.menudrawer.MenuDrawer.onRtlPropertiesChanged
I want to replace a fragment to the menu container, what should I do? thanks;