add colors to buttons
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user