Beispiel #1
0
        private void InstructionsTab_onLayout(uiControl c)
        {
            ins_title.alignTop(5);
            ins_title.CenterHorizontally();

            ins_text.moveBelow(ins_title, 6);
            ins_text.CenterHorizontally();
        }
        private void StatusPanel_onLayout(uiControl c)
        {
            //uiText ld_text = (uiText)loading_tab["ld_text"];
            ld_text.CenterVertically();
            ld_text.CenterHorizontally();

            retry_pl_list_btn.moveBelow(ld_text);
            retry_pl_list_btn.CenterHorizontally();
        }