add: slide menu
This commit is contained in:
7
app/src/main/assets/sample_simple_calculator.js
Normal file
7
app/src/main/assets/sample_simple_calculator.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
importClass("com.afollestad.materialdialogs.MaterialDialog.Builder");
|
||||
|
||||
new Builder(context)
|
||||
.title("请输入算式")
|
||||
.content("测试")
|
||||
.show();
|
||||
Reference in New Issue
Block a user