陈嘉乐
2020-07-14 449ba5b5c6bb1cfccd7e1e5d7b7696e41c5064b0
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -149,7 +149,7 @@
                    Gravity = Gravity.CenterVertical,
                    TextColor = CSS_Color.MainBackgroundColor,
                    TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                    Text = MainPage.cityInfo.temperature,
                    Text = MainPage.cityInfo.temperature + "°",
                    TextAlignment = TextAlignment.CenterLeft,
                };
                environmentalView.AddChidren(btnTempValues);