add colors to buttons

This commit is contained in:
Evgeny
2021-07-31 14:21:59 +03:00
parent 747a06ea1c
commit 76c4fad663
7 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
function onResume()
appsNames = { "Telegram", "WhatsApp", "Google PLay" }
appsPkgs = { "org.telegram.messenger.web", "com.whatsapp", "com.android.vending" }
appsColors = { "#0000ff", "#00ff00" }
ui:showButtons(appsNames)
ui:showButtons(appsNames, appsColors)
end
function onClick(idx)