Files
aiolauncher_scripts/samples/build_ui_sample.lua
2025-03-26 08:38:26 +08:00

26 lines
548 B
Lua

function on_resume()
ui:build{
"text <b>This is a sample</b>",
"space 2",
"text Battery level",
"space",
"battery",
"space 2",
"text Notes",
"space",
"notes 2",
"space 2",
"text Exchange rates",
"exchange 10 usd amd",
"space 2",
"text Timezones",
"worldclock new_york kiev bangkok",
"space 2",
"text Categories",
"appcategories 3",
"space 2",
"text Apps",
"apps 2",
}
end