|
@@ -10,6 +10,7 @@ namespace UI.ActivityMain
|
|
public GLoader m_btnChange;
|
|
public GLoader m_btnChange;
|
|
public GLoader m_icon;
|
|
public GLoader m_icon;
|
|
public GTextField m_activityDesc;
|
|
public GTextField m_activityDesc;
|
|
|
|
+ public GImage m_tipImg;
|
|
public GLoader m_notTips;
|
|
public GLoader m_notTips;
|
|
public GLoader m_backBtn;
|
|
public GLoader m_backBtn;
|
|
public Transition m_t0;
|
|
public Transition m_t0;
|
|
@@ -65,6 +66,7 @@ namespace UI.ActivityMain
|
|
m_btnChange = (GLoader)comp.GetChild("btnChange");
|
|
m_btnChange = (GLoader)comp.GetChild("btnChange");
|
|
m_icon = (GLoader)comp.GetChild("icon");
|
|
m_icon = (GLoader)comp.GetChild("icon");
|
|
m_activityDesc = (GTextField)comp.GetChild("activityDesc");
|
|
m_activityDesc = (GTextField)comp.GetChild("activityDesc");
|
|
|
|
+ m_tipImg = (GImage)comp.GetChild("tipImg");
|
|
m_notTips = (GLoader)comp.GetChild("notTips");
|
|
m_notTips = (GLoader)comp.GetChild("notTips");
|
|
m_backBtn = (GLoader)comp.GetChild("backBtn");
|
|
m_backBtn = (GLoader)comp.GetChild("backBtn");
|
|
m_t0 = comp.GetTransition("t0");
|
|
m_t0 = comp.GetTransition("t0");
|
|
@@ -76,6 +78,7 @@ namespace UI.ActivityMain
|
|
m_btnChange = null;
|
|
m_btnChange = null;
|
|
m_icon = null;
|
|
m_icon = null;
|
|
m_activityDesc = null;
|
|
m_activityDesc = null;
|
|
|
|
+ m_tipImg = null;
|
|
m_notTips = null;
|
|
m_notTips = null;
|
|
m_backBtn = null;
|
|
m_backBtn = null;
|
|
m_t0 = null;
|
|
m_t0 = null;
|