ZigbeeApp/Shared/Phone/Device/Logic/MemberList.csold mode 100644 new mode 100755
@@ -33,7 +33,7 @@ middle = new VerticalRefreshLayout { Y = view.topRowLayout.Bottom, Height = Application.GetRealHeight(1920 - 184), Height = Application.GetRealHeight(Method.H - 184), BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, }; this.AddChidren(middle); @@ -146,7 +146,7 @@ //元素超出9个就用上下滑动控件; VerticalScrolViewLayout vV = null; int count = user.UserIdMode.Count; if (user.UserIdMode.Count > 9) if (count > 9) { ///元素超出9个; count = 6;