Skip to content

Instantly share code, notes, and snippets.

View drakestone's full-sized avatar

Seokmin, Lee drakestone

  • Seoul, South Korea
View GitHub Profile
@drakestone
drakestone / gist:4950611
Last active December 13, 2015 17:48
This is SlidingMenu patch code to get notice when SlidingMenu is opening.
--- SlidingMenu.java 2013-02-14 13:24:19.000000000 +0900
+++ /tmp/SlidingMenu.java 2013-02-14 13:24:15.000000000 +0900
@@ -86,7 +86,7 @@
/**
* On open.
*/
- public void onOpen();
+ public void onOpen(int position);
}