add: slide menu

This commit is contained in:
hyb1996
2017-01-31 22:41:04 +08:00
parent b47eaf9d5e
commit 853a518d97
51 changed files with 1214 additions and 299 deletions

View File

@@ -109,4 +109,11 @@ var input = function(a, b){
var sleep = function(millis){
droid.sleep(millis);
}
importClass("java.lang.Runnable");
var ui = function(action){
droid.ui(new Runnable(action));
}