这是一个解说常用功能的插件。
require "import"
import "android.widget.*"
InputLayout={
LinearLayout,
orientation="vertical",
{
Button,
text="现在时间",
layout_width="99%w",
onClick="go",
},
{
Button,
text="当前位置",
layout_width="99%w",
onClick="go",
},
{
Button,
text="电量",
layout_width="99%w",
onClick="go",
},
{Button,
text="计时器",
layout_width="99%w",
onClick="go",
},
{
Button,
text="黑屏模式",
layout_width="99%w",
onClick="go",
},
{
Button,
text="自动翻译",
layout_width="99%w",
onClick="go",
},
{Button,
text="朗读字幕",
layout_width="99%w",
onClick="go",
},
{
Button,
text="减小音量",
layout_width="99%w",
onClick="go",
},
{Button,
text="增大音量",
layout_width="99%w",
onClick="go",
},
{Button,
text="语音助手",
layout_width="99%w",
onClick="go",
},
{Button,
text="强力模式",
layout_width="99%w",
onClick="go",
},
{
Button,
text="通知盒子",
layout_width="99%w",
onClick="go",
},
}
dlg=LuaDialog()
.setView(loadlayout(InputLayout))
.show()
function go(v)
service.execute(v.getText())
--备注关闭面板dlg.hide()
end
来自解说社区客户端 |