add text component (#4)

This commit is contained in:
Maxim Tuprikov
2019-03-27 22:20:50 +03:00
committed by GitHub
parent 3996ba4b04
commit 5709975ed4
4 changed files with 50 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ local STRING = "string"
local components = {
-- basic
button = require("druid.base.button"),
text = require("druid.base.text"),
timer = require("druid.base.timer"),
-- text = require("druid.base.text"),
-- android_back = require("druid.base.android_back"),
}