| | |
| | | FrameLayout catchSceneView = new FrameLayout() |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealWidth(273), |
| | | Y =addSceneView.Bottom,//+ Application.GetRealWidth(10), |
| | | Width = Application.GetRealWidth(361), |
| | | Height = Application.GetRealWidth(202), |
| | | Radius = (uint)Application.GetRealWidth(12), |
| | |
| | | TextColor = CSS_Color.MainBackgroundColor, |
| | | TextSize = CSS_FontSize.EmphasisFontSize_Secondary, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextID = StringId.AddScene, |
| | | TextID = StringId.CatchScene, |
| | | }; |
| | | catchSceneView.AddChidren(btnCatchSceneText); |
| | | #endregion |
| | |
| | | FrameLayout movieSceneView = new FrameLayout() |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Y = Application.GetRealWidth(469), |
| | | Y = catchSceneView.Bottom ,//+ Application.GetRealHeight(10), |
| | | Width = Application.GetRealWidth(361), |
| | | Height = Application.GetRealWidth(202), |
| | | Radius = (uint)Application.GetRealWidth(12), |