MonoMobile.Views.SmokeyTheme.SmokeyTheme C# (CSharp) Method

SmokeyTheme() public method

public SmokeyTheme ( ) : System
return System
		public SmokeyTheme()
		{
			CellBackgroundColor = UIColor.Clear;
			TextColor = UIColor.DarkTextColor;
			SeparatorColor = UIColor.DarkGray;
		}
	}
SmokeyTheme