cool
This commit is contained in:
@@ -81,7 +81,10 @@ namespace BITKit.UX
|
||||
else
|
||||
{
|
||||
var label = instance.Create<Label>();
|
||||
label.text = array[x].ToString();
|
||||
|
||||
var text = array[x].ToString().Replace(@"\r\n", @"\n").Replace(@"\r", @"\n");
|
||||
|
||||
label.text = text;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user