| | |
| | | { |
| | | var rowView = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(54), |
| | | Height = Application.GetRealWidth(54), |
| | | }; |
| | | VerticalScrolViewMiddle.AddChidren(rowView); |
| | | |
| | |
| | | var btnTilte = new Button() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = Application.GetRealHeight(8), |
| | | Y = Application.GetRealWidth(8), |
| | | Width = Application.GetRealWidth(320), |
| | | Height = Application.GetRealHeight(20), |
| | | Height = Application.GetRealWidth(20), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | |
| | | var btnSubtitle = new Button() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = btnTilte.Bottom + Application.GetRealHeight(4), |
| | | Y = btnTilte.Bottom + Application.GetRealWidth(4), |
| | | Width = Application.GetRealWidth(320), |
| | | Height = Application.GetRealHeight(14), |
| | | Height = Application.GetRealWidth(14), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.PromptFontSize_SecondaryLevel, |
| | |
| | | { |
| | | X = Application.GetRealWidth(343), |
| | | Gravity = Gravity.CenterVertical, |
| | | Width = Application.GetMinRealAverage(16), |
| | | Height = Application.GetMinRealAverage(16), |
| | | Width = Application.GetRealWidth(16), |
| | | Height = Application.GetRealWidth(16), |
| | | UnSelectedImagePath = "Public/Right.png", |
| | | }; |
| | | |
| | |
| | | { |
| | | try |
| | | { |
| | | var requestJson = HttpUtil.GetSignRequestJson(new AppNameObj() |
| | | { |
| | | }); |
| | | |
| | | Dictionary<string, object> AppName = new Dictionary<string, object>(); |
| | | //ON_Plus 2 |
| | | AppName.Add("appName", 2); |
| | | |
| | | var requestJson = HttpUtil.GetSignRequestJson(AppName); |
| | | |
| | | var result = HttpUtil.RequestHttpsPost(NewAPI.API_POST_FunctionIntroductionList, requestJson); |
| | | if (result.Code == StateCode.SUCCESS) |