陈嘉乐
2020-07-28 af4101b1d8461331bc3163b738fc75d4bf67c85c
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);