We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caf10a commit 72f983bCopy full SHA for 72f983b
library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
@@ -7,6 +7,7 @@
7
import android.view.View;
8
import android.view.ViewGroup;
9
import android.widget.AbsListView;
10
+import android.widget.Adapter;
11
import android.widget.AdapterView;
12
import android.widget.BaseAdapter;
13
import android.widget.FrameLayout;
@@ -420,6 +421,10 @@ public ListView getListView() {
420
421
return mDrawer.mListView;
422
}
423
424
+ public Adapter getAdapter() {
425
+ return mDrawer.mAdapter;
426
+ }
427
+
428
/**
429
* set the current selection in the drawer
430
* <p/>
0 commit comments