I've been having trouble making a line break. I call my data and in my database there is no line break. I show a little of my code. In this way I show my data.
var txtCheckpoint = FindViewById<TextView>(Resource.Id.txtCheckpoint);
txtCheckpoint.Text = modelErrorCode.CheckPoints;