陈嘉乐
2020-06-17 56ad1b69f1fb2e6439e1a9ec2537ca709b575828
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);