黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
@@ -106,11 +106,17 @@
            listView.Height = Application.GetRealHeight(500);
            bodyFrameLayout.AddChidren(listView);
            //服务协议
            //var rowService = new FrameRowControl(listView.rowSpace / 2);
            //listView.AddChidren(rowService);
            //rowService.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.SLA), 400);
            //rowService.AddRightArrow();
            //rowService.AddBottomLine();
            var rowService = new FrameRowControl(listView.rowSpace / 2);
            listView.AddChidren(rowService);
            rowService.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.SLA), 400);
            rowService.AddRightArrow();
            rowService.AddBottomLine();
            rowService.ButtonClickEvent += (sender, e) =>
            {
                var form = new SLAForm();
                form.AddForm();
            };
            //版本更新
            this.rowUpdate = new FrameRowControl(listView.rowSpace / 2);
            listView.AddChidren(rowUpdate);