JLChen
2021-01-11 5a5a2b696866f947b6025d26c3302e8ffef46435
Crabtree/SmartHome/UI/SimpleControl/Phone/Music/A31WifiPassword.cs
@@ -83,9 +83,9 @@
                TextAlignment = TextAlignment.CenterLeft,
                //Radius = (uint)Application.GetRealHeight(6),
                //BackgroundColor = SkinStyle.Current.MusicEditTextBackgroundColor,
                PlaceholderText="Wi-Fi password",
                Text=pas==""? "":pas,
                PlaceholderTextColor = SkinStyle.Current.MusicEditTextPlaceholderTextColor,
                PlaceholderText ="Wi-Fi password",
                Text=pas==""? "":pas,
                TextColor = SkinStyle.Current.MusicTextColor,
                BorderWidth = 1,
                BorderColor = SkinStyle.Current.MusicEditBorderColor,
@@ -156,7 +156,7 @@
                var webClient = new Shared.Net.MyWebClient (4000);
                return webClient.DownloadString (url);
            } catch (Exception e) {
                System.Console.WriteLine (e.Message);
                Utlis.WriteLine (e.Message);
                return null;
            }
        }