| | |
| | | { |
| | | Height = Application.GetRealHeight(28), |
| | | Width = Application.GetRealWidth(20), |
| | | SelectedBackgroundColor = MusicColor.ViewColor, |
| | | SelectedBackgroundColor = MusicColor.MusicTxet14SelectedColor, |
| | | BackgroundColor = 0x00000000, |
| | | Text = mList[i].filterName, |
| | | TextSize = TextSize.Text14, |
| | | TextColor = MusicColor.TextColor, |
| | | SelectedTextColor = MusicColor.MusicTxet14SelectedColor, |
| | | SelectedTextColor = MusicColor.WhiteColor, |
| | | TextAlignment = TextAlignment.Center, |
| | | Padding = new Padding(4, 4, 4, 4), |
| | | Radius = (uint)Application.GetRealHeight(4), |
| | |
| | | { |
| | | return; |
| | | } |
| | | var filters = (Filters)button.Tag; |
| | | var filtersSelected = (Filters)button.Tag; |
| | | |
| | | SelectTypeEvent?.Invoke(filters); |
| | | SelectTypeEvent?.Invoke(filtersSelected); |
| | | |
| | | }; |
| | | if (defaultIndex != -1 && defaultIndex == i) |