Added strList adap. Fix name get from AppInfo.ini

This commit is contained in:
Belac Darkstorm
2016-08-31 08:52:37 -05:00
parent f2621afdda
commit 24a821aaed
4 changed files with 109 additions and 9 deletions
+1 -1
View File
@@ -22,9 +22,9 @@ func (p *prtapAdap) Count() int {
func (p *prtapAdap) Create(th gxui.Theme, index int) gxui.Control {
box := th.CreateLinearLayout()
box.SetDirection(gxui.LeftToRight)
//add image support
// pic := th.CreateImage()
// dr.CreateTexture()
//add image support
lbl := th.CreateLabel()
lbl.SetText(p.apps[index].name)
// box.AddChild(pic)