| | |
| | | /// <summary> |
| | | /// sceneImg |
| | | /// </summary> |
| | | private Button sceneImg; |
| | | private ImageView sceneImg; |
| | | |
| | | /// <summary> |
| | | /// SceneCategoryView |
| | |
| | | }; |
| | | AddChidren(sceneRowLayout); |
| | | |
| | | sceneImg = new Button() |
| | | sceneImg = new ImageView() |
| | | { |
| | | X = Application.GetRealWidth(179), |
| | | Width = Application.GetRealWidth(844), |
| | | Height = Application.GetRealHeight(400), |
| | | UnSelectedImagePath = scene.IconPathType == 0 ? scene.IconPath : System.IO.Path.Combine(Config.Instance.FullPath, scene.IconPath), |
| | | ImagePath = scene.IconPathType == 0 ? scene.IconPath : System.IO.Path.Combine(Config.Instance.FullPath, scene.IconPath), |
| | | Radius = (uint)Application.GetRealHeight(17) |
| | | }; |
| | | sceneRowLayout.AddChidren(sceneImg); |
| | | |
| | | sceneImg.SetViewShadow(true); |
| | | |
| | | var leftFL = new FrameLayout |