mac
2023-09-14 6ee339fc947c01b08a6e549e232f320253f16120
HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/ImageFramlayout.cs
@@ -34,6 +34,7 @@
            TextColor = MusicColor.WhiteColor,
            TextSize = TextSize.Text16,
            TextAlignment = TextAlignment.CenterRight,
            IsBold=true,
        };
        public Button btnName = new Button
@@ -43,8 +44,8 @@
            Height = Application.GetRealHeight(20),
            TextSize = TextSize.Text14,
            TextColor = MusicColor.TextColor,
            TextAlignment = TextAlignment.Center,
            Padding = new Padding(0, 4, 0, 4),
            TextAlignment = TextAlignment.CenterLeft,
            Padding = new Padding(0, 0, 0, 0),
            IsMoreLines = true,
        };